Files
dokuwiki-plugin-cookielaw/style.less
2020-09-12 19:32:35 +02:00

19 lines
299 B
Plaintext

div.cookielaw-banner {
position: fixed;
left: 0;
width: 100%;
color: @ini_text_alt;
background-color: @ini_background_alt;
z-index: 1000;
padding: 10px;
box-shadow: 0 0 10px @ini_text_alt;
}
div.cookielaw-top {
top: 0;
}
div.cookielaw-bottom {
bottom: 0;
}