scss reorg

This commit is contained in:
vjrj 2017-11-30 16:27:59 +01:00
parent 055469055c
commit 96ce5d278f
2 changed files with 1 additions and 41 deletions

View file

@ -2,3 +2,4 @@
@import './forms';
@import './bootstrap-overrides';
@import './custom';
@import './cookies-eu';

View file

@ -9,44 +9,3 @@ a, a:hover {
h4.page-header {
line-height: 2em;
}
#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
}