add style for consent banner (#28449)

This commit is contained in:
Frédéric Péters 2019-01-21 11:36:12 +01:00
parent a6ee7cf459
commit 72f0b07b92
1 changed files with 24 additions and 0 deletions

View File

@ -2810,3 +2810,27 @@ a.add-topic-link {
margin-left: 1ex;
white-space: nowrap;
}
div#consent_banner {
position: fixed;
width: 100%;
z-index: 1000;
background: rgba(255, 255, 255, 0.95);
text-align: center;
box-shadow: 0 0 8px 1px #666;
padding: 1ex 0;
bottom: 0;
}
div#consent_banner div.actions {
padding-top: 1ex;
}
div#consent_banner button {
position: absolute;
right: 0;
top: 0;
background: transparent;
border: none;
cursor: pointer;
}