Created
May 20, 2021 11:55
-
-
Save AertHulsebos/7d32cf9f07d38d34225535fb6c40cd4a to your computer and use it in GitHub Desktop.
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], | |
| #cmplz-manage-consent-container input[type=checkbox], | |
| .cmplz-tcf-container input[type=checkbox] {} | |
| /* Animated Square */ | |
| #cc-window.cc-window .cmplz-categories-wrap .cc-check svg, | |
| #cmplz-manage-consent-container .cmplz-categories-wrap .cc-check svg, | |
| .cmplz-tcf-container .cmplz-categories-wrap .cc-check svg { | |
| stroke:blue; | |
| stroke-width: 2.5; | |
| } | |
| /* Slider */ | |
| #cc-window .cmplz-slider .cmplz-round, | |
| #cmplz-manage-consent-container .cmplz-slider .cmplz-round, | |
| .cmplz-tcf-container .cmplz-slider .cmplz-round {} | |
| #cc-window .cmplz-slider-checkbox .cmplz-slider:before, | |
| #cmplz-manage-consent-container .cmplz-slider-checkbox .cmplz-slider:before, | |
| .cmplz-tcf-container .cmplz-slider-checkbox .cmplz-slider:before {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment