1.0.8 • Published 3 years ago

@craftzing/cookiebot-style-override v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

cookiebot-style-override

Override the color/fonts used in the cookiebot cookie consent modal.

🧙 Installation

Using npm:

npm install @craftzing/cookiebot-style-override

Using yarn:

yarn add @craftzing/cookiebot-style-override

⚙️ Configuration

Setup cookiebot

Import package

In Nuxt you can add the package to the css property inside the config file

css: [
  { src: '@craftzing/cookiebot-style-override', lang: 'css' }
],

Custom style options

Add the following css vars in your project

--accent-color: ;
--background-color: ;
--text-color: ;
--font-family: ;
--hover-animation-duration: ;
--toggle-false-bgc: ;
1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago