nodebb-theme-persona/less/modules/cookie-consent.less

13 lines
211 B
Plaintext

.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;
}
}