From ac3a157a76c3b01ce5a8281adab5a9b8449ae6d3 Mon Sep 17 00:00:00 2001 From: vjrj Date: Thu, 30 Nov 2017 16:28:06 +0100 Subject: [PATCH] scss reorg --- imports/ui/stylesheets/cookies-eu.scss | 50 ++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 imports/ui/stylesheets/cookies-eu.scss diff --git a/imports/ui/stylesheets/cookies-eu.scss b/imports/ui/stylesheets/cookies-eu.scss new file mode 100644 index 0000000..6038ccd --- /dev/null +++ b/imports/ui/stylesheets/cookies-eu.scss @@ -0,0 +1,50 @@ +#js-cookie-policy-default { + background-color: lighten($todos-palette3, 10%); +} + +.cookie-policy { + position: fixed; + text-align: rigth; + vertical-align: baseline; + padding-top: 10px; + border-radius: 0px; + z-index: 2500; + width: 100%; + max-width: 100%; + bottom: 0; + left: 0; + right: 0; + top: auto; + margin:0 !important; +} + +.cookie-policy__header { + /* float: left; */ +} + +.cookie-policy__action { + float: right; + position: absolute; + top: 5px; + right: 40px; +} + +.cookie-policy > p { + margin-bottom: -5px; + color: #fff +} + +.cookie-policy__header { + font-size: 16px; + margin-bottom: 5px +} + +#acceptCookies { + font-size: 12px; + font-weight: normal; + border-radius: 5px; +} + +#acceptCookies > strong { + font-weight: normal; +}