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
211 B
Plaintext
13 lines
211 B
Plaintext
8 years ago
|
.cookie-consent {
|
||
|
position: fixed;
|
||
|
bottom: 0;
|
||
|
left: 0;
|
||
|
line-height: 3em;
|
||
|
padding-left: 1rem;
|
||
|
width: 100%;
|
||
|
background: rgba(240,240,240,.8);
|
||
|
|
||
|
a {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
}
|