parent
a830735947
commit
60bbc87590
@ -0,0 +1,13 @@
|
|||||||
|
.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;
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
<div class="cookie-consent">
|
||||||
|
<button class="pull-right btn btn-primary">{dismiss}</button>
|
||||||
|
{message} <a target="_blank" href="http://cookiesandyou.com/">{link}</a>
|
||||||
|
</div>
|
Loading…
Reference in New Issue