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

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