Skip to content

Instantly share code, notes, and snippets.

@danyelhenrique
Created August 13, 2021 18:50
Show Gist options
  • Select an option

  • Save danyelhenrique/5353739753d42ac92cd3adfbd7373245 to your computer and use it in GitHub Desktop.

Select an option

Save danyelhenrique/5353739753d42ac92cd3adfbd7373245 to your computer and use it in GitHub Desktop.
Troca cores Banner Secuity.ai
<!-- 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