Julian Lam 8 years ago
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;
}
}

@ -31,6 +31,7 @@
@import "modules/fab";
@import "modules/morph";
@import "modules/composer-default";
@import "modules/cookie-consent";
@import "modules/bottom-sheet";

@ -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…
Cancel
Save