Fixed styling on cookie warning (#368)

This commit is contained in:
farhatahmad 2019-02-15 12:07:10 -05:00 committed by Jesus Federico
parent 0b90e130c6
commit c38032ac20
1 changed files with 6 additions and 1 deletions

View File

@ -128,5 +128,10 @@ a {
.cookies-banner {
height: $footer-height;
background-color: $background-color;
color: white;
background-color: $button-color-blue;
#cookies-agree-button {
background-color: green !important;
}
}