fix cookie banner height (#1202)

This commit is contained in:
Klaus 2020-04-16 16:45:16 +02:00 committed by GitHub
parent e2156059ef
commit a06da481db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -134,12 +134,12 @@ a {
}
.cookies-banner {
height: $footer-height;
color: white;
background-color: $button-color-blue;
#cookies-agree-button {
background-color: green !important;
margin: 0;
}
}