Created
May 21, 2021 14:43
-
-
Save AertHulsebos/71a819d6169cf8330de4eafb28b38ba4 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
| /* Styling for Consent Area Placeholder - Icon by Flaticons (Free) */ | |
| .cmplz-consent-area { | |
| -moz-border-radius: 1px; | |
| -webkit-border-radius: 1px; | |
| background-color: #f0f7fb; | |
| background-image: url("your-image-address-here"); | |
| background-position: 9px 11px; | |
| background-repeat: no-repeat; | |
| border: solid 1px #3498db; | |
| border-radius: 5px; | |
| line-height: 18px; | |
| overflow: hidden; | |
| padding: 15px 60px; | |
| width:95%; | |
| } | |
| .cmplz-consent-area a{ | |
| color: #3498db; | |
| font-size: 14px; | |
| text-decoration:none; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment