Files
dokuwiki-plugin-cookielaw/style.less

19 lines
299 B
Plaintext
Raw Normal View History

div.cookielaw-banner {
position: fixed;
left: 0;
width: 100%;
color: @ini_text_alt;
background-color: @ini_background_alt;
z-index: 1000;
padding: 10px;
2020-09-12 19:29:25 +02:00
box-shadow: 0 0 10px @ini_text_alt;
2015-09-01 19:01:07 +02:00
}
div.cookielaw-top {
top: 0;
}
div.cookielaw-bottom {
bottom: 0;
}