You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
245 B
Plaintext

.cookie-consent {
position: fixed;
bottom: 0;
left: 0;
line-height: 3em;
padding-left: 1rem;
width: 100%;
background: rgba(240,240,240,.8);
z-index: @zindex-navbar-fixed;
a {
font-weight: bold;
}
}