This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Buttons All 100% */ | |
| #cc-window.cc-window .cc-compliance .cc-btn.cc-dismiss, .cc-save, .cc-show-settings { | |
| width:100%!important; | |
| } | |
| /* Buttons All 30% */ | |
| #cc-window.cc-window .cc-compliance .cc-btn.cc-dismiss, .cc-save, .cc-show-settings, .cc-accept-all { | |
| width:30%!important; | |
| display:inline-block; | |
| } | |
| .cc-accept-all { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Entire Banner */ | |
| #cmplz-cookiebanner-container { | |
| font-size:1.2em; | |
| font-family:Montserrat, sans-serif; | |
| font-weight:600; | |
| text-decoration:underline; | |
| text-transform:lowercase; | |
| } | |
| /* Only Hyperlinks */ | |
| #cmplz-cookiebanner-container a {} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Banner Border */ | |
| .cmplz-cookiebanner { | |
| border: 1px solid black; | |
| border-radius: 50px; | |
| } | |
| /* Accept Button */ | |
| .cmplz-accept {} | |
| /* Dismiss Button */ | |
| .cmplz- {} | |
| /* View/Save Preferences Button */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Fonts */ | |
| #cc-window .cc-category, | |
| #cmplz-manage-consent-container | |
| .cmplz-tcf-container { | |
| font-size: 1em; | |
| font-family:; | |
| font-weight:; | |
| } | |
| /* Classic Checkbox */ | |
| #cc-window input[type=checkbox], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Body Classes with Consent Type | |
| * Apply different styles per consent type | |
| */ | |
| .cmplz-optin {} | |
| .cmplz-optout {} | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Body Classes with Consent Level | |
| * Apply different styles per Consent Level | |
| */ | |
| .cmplz_functional {} | |
| .cmplz_preferences {} | |
| .cmplz_statistics {} | |
| .cmplz_marketing {} |