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:
Lars Kiesow
2020-04-16 18:46:46 +02:00
committed by GitHub
parent 7738499978
commit 311806faa7
2 changed files with 3 additions and 5 deletions

View File

@ -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;
}
}