Created
August 13, 2021 18:50
-
-
Save danyelhenrique/5353739753d42ac92cd3adfbd7373245 to your computer and use it in GitHub Desktop.
Troca cores Banner Secuity.ai
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
| <!-- Lemrando de acionar a linha dois com cdn padrao somente se nao existir na loja --> | |
| <!-- Mudar as cores para a preferencia de Loja --> | |
| <link rel='stylesheet' type='text/css' href='https://cdn-prod.securiti.ai/consent/cookie-consent.css' /> | |
| <style> | |
| .cc-btn{ | |
| background: #ff808b !important; | |
| color: #fff !important; | |
| } | |
| li.is-active a{ | |
| background: #ff808b !important; | |
| color: #fff !important; | |
| } | |
| .cmp-switch.readonly input .cmp-switch__slider{ | |
| background: #ff808b !important; | |
| } | |
| .cmp-switch__slider{ | |
| background: #ff808b !important | |
| } | |
| .cmp-save-btn { | |
| background: #ff808b !important; | |
| color: #fff !important; | |
| } | |
| </style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment