forked from External/greenlight
Fixed styling on cookie warning (#368)
This commit is contained in:
parent
0b90e130c6
commit
c38032ac20
|
@ -128,5 +128,10 @@ a {
|
||||||
|
|
||||||
.cookies-banner {
|
.cookies-banner {
|
||||||
height: $footer-height;
|
height: $footer-height;
|
||||||
background-color: $background-color;
|
color: white;
|
||||||
|
background-color: $button-color-blue;
|
||||||
|
|
||||||
|
#cookies-agree-button {
|
||||||
|
background-color: green !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue