Skip to content

Commit

Permalink
Update Cookie Preferences Responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchrysovergis committed Aug 3, 2024
1 parent 2d4fefd commit 7b12993
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dist/css/styles.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions src/scss/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,10 @@ div.termsfeed-com---pc-dialog {
background: transparent;
cursor: url(../../assets/img/cursor/dot-thin.svg) 4 12, auto;
}

input[type="checkbox"].cc-custom-checkbox + label {
color: $white;
}
}

// Cookies Preferences Center
Expand Down Expand Up @@ -477,4 +481,12 @@ div.termsfeed-com---pc-dialog {
}
}
}
}

@media only screen and (max-width: 600px) {
.termsfeed-com---preferences-center {
.cc-cp-body-content-entry {
padding: 25px 10px;
}
}
}

0 comments on commit 7b12993

Please sign in to comment.