forked from External/greenlight
fix cookie banner height (#1202)
This commit is contained in:
parent
e2156059ef
commit
a06da481db
|
@ -134,12 +134,12 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.cookies-banner {
|
.cookies-banner {
|
||||||
height: $footer-height;
|
|
||||||
color: white;
|
color: white;
|
||||||
background-color: $button-color-blue;
|
background-color: $button-color-blue;
|
||||||
|
|
||||||
#cookies-agree-button {
|
#cookies-agree-button {
|
||||||
background-color: green !important;
|
background-color: green !important;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue