diff --git a/less/modules/cookie-consent.less b/less/modules/cookie-consent.less new file mode 100644 index 0000000..c411056 --- /dev/null +++ b/less/modules/cookie-consent.less @@ -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; + } +} \ No newline at end of file diff --git a/less/persona.less b/less/persona.less index 3d226db..77e5f09 100644 --- a/less/persona.less +++ b/less/persona.less @@ -31,6 +31,7 @@ @import "modules/fab"; @import "modules/morph"; @import "modules/composer-default"; +@import "modules/cookie-consent"; @import "modules/bottom-sheet"; diff --git a/templates/partials/cookie-consent.tpl b/templates/partials/cookie-consent.tpl new file mode 100644 index 0000000..dd5158b --- /dev/null +++ b/templates/partials/cookie-consent.tpl @@ -0,0 +1,4 @@ +
\ No newline at end of file