forked from External/greenlight
Color Configuration for Cookie Banner (#1302)
* Color Configuration for Cookie Banner Right now, the colors of the cookie banner are hard-coded which can easily clash with the configured site colors in site settings. This patch switches to using the configured colors instead. * Update application.scss Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com> Co-authored-by: Jesus Federico <jesus@123it.ca>
This commit is contained in:
@ -136,9 +136,7 @@ a {
|
||||
.cookies-banner {
|
||||
color: white;
|
||||
background-color: $button-color-blue;
|
||||
|
||||
#cookies-agree-button {
|
||||
background-color: green !important;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
@ -180,4 +178,4 @@ table {
|
||||
|
||||
#delete-confirm:disabled {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user