adjust consent banner style

This commit is contained in:
Frédéric Péters 2019-01-21 11:44:26 +01:00
parent 72f0b07b92
commit e605f6ddd9
1 changed files with 4 additions and 0 deletions

View File

@ -2820,6 +2820,7 @@ div#consent_banner {
box-shadow: 0 0 8px 1px #666;
padding: 1ex 0;
bottom: 0;
font-size: 14px;
}
div#consent_banner div.actions {
@ -2833,4 +2834,7 @@ div#consent_banner button {
background: transparent;
border: none;
cursor: pointer;
display: block;
width: 3rem;
height: 3rem;
}