Skip to content

Commit

Permalink
Update TermsFeed styles
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchrysovergis committed Aug 2, 2024
1 parent 43d2d5e commit bd48972
Showing 1 changed file with 41 additions and 25 deletions.
66 changes: 41 additions & 25 deletions src/scss/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -261,39 +261,55 @@ h1, h2, h3 {

/*termsfeed css*/

.cc-nb-main-container, .cc-pc-container{
font-family: map-get($map: $asty, $key: 'light');
}
#termsfeed-com---nb {
background: transparent;
.cc-nb-main-container, .cc-pc-container {
font-family: map-get($map: $asty, $key: 'asty-thin');
padding: 2rem;
background: transparent;
color: $white;
backdrop-filter: blur(50px);
}

div#termsfeed-com---nb.termsfeed-com---nb-simple {
max-width: 100%;
width: 100%;
}
#cc-nb-title {
display: none;
}

.termsfeed-com---palette-light {
button.cc-nb-okagree {
background-color: $primarycolor;
#cc-nb-text {
font-size: 13px;
color: $white;
}
}

.termsfeed-com---palette-light {
button.cc-nb-reject {
background-color: $primarycolor;
div#termsfeed-com---nb.termsfeed-com---nb-simple {
max-width: 100%;
width: 100%;
}
}

.termsfeed-com---palette-light {
button.cc-cp-foot-save {
background-color: $primarycolor;
.termsfeed-com---palette-light {
button.cc-nb-okagree {
background-color: $primarycolor;
}
}
}

div.termsfeed-com---pc-dialog {
input[type=checkbox].cc-custom-checkbox:checked+label:before {
background: $primarycolor;
.termsfeed-com---palette-light {
button.cc-nb-reject {
background-color: $primarycolor;
}
}

.termsfeed-com---palette-light {
button.cc-cp-foot-save {
background-color: $primarycolor;
}
}
}

button.cc-pc-head-close {
border-color: $primarycolor !important;
div.termsfeed-com---pc-dialog {
input[type=checkbox].cc-custom-checkbox:checked+label:before {
background: $primarycolor;
}
}

button.cc-pc-head-close {
border-color: $primarycolor !important;
}
}

0 comments on commit bd48972

Please sign in to comment.