-
-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
Ngx-CookieConsent Version
v6.0.0
CookieConsent Version
v3.1.1
Angular CLI (or Nx CLI) Version
v19.8.4
Node Version
v20.18.0
OS Version
Mac Os
Expected Behaviour
Being able to change the margin bottom with the --cc-modal-margin variable.
Actual Behaviour
Steps to reproduce the behaviour
import { NgcCookieConsentConfig, provideNgcCookieConsent } from 'ngx-cookieconsent'
const cookieConfig: NgcCookieConsentConfig = {
cookie: {
domain: 'my-domain.com',
},
position: 'bottom-left',
theme: 'classic',
palette: {
popup: {
background: '#000000',
text: '#ffffff',
link: '#ffffff',
},
button: {
background: '#2da2da',
text: '#ffffff',
border: 'transparent',
},
},
type: 'opt-in',
content: {
message: `We're using cookies to ensure you get the best experience on the website.`,
dismiss: `Allow`,
deny: `Refuse`,
link: `Learn more`,
href: 'https://cookiesandyou.com',
policy: 'Cookie Policy',
},
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

