File: /var/www/vhosts/creativefellows.nl/kjs.creativefellows.nl/public/scss/_footer.scss
/*
sticky footer
html, body{height: 100%;}
.site {
min-height: 100%;margin-bottom: -8.5rem;
@include breakpoint(medium down){
margin-bottom: -6rem;
}
}
.site:after{content: "";display: block;}
footer, .site:after {
height: 8.5rem;
@include breakpoint(medium down){
height: 6rem;
}
}*/
.footer{
h3{text-transform:none;color:$black;font-weight:normal;font-size:2rem;}
h5{color:$black;text-transform:none;}
padding-bottom:0;
p{font-size:0.875rem;line-height:1.5rem;}
ul{font-size:0.875rem;}
a{color:$black;text-decoration:underline;}
.copy{
background-color:#fff;
.copyright{border-top:solid 1px $light-gray;}
.copyright p{
margin:0.75rem;
font-size:0.875rem;
a::before{content:"";border-left:solid 1px $light-gray;margin-left:0.375rem;padding-right:0.375rem;}
a:first-child::before{display:none;}
}
}
@include breakpoint(small only)
{
h5{margin:0;}
.copy .copyright{
background:rgba($light-gray,0.35);
border:none;
p strong{display:block;}
}
}
}
/*
* cookies
*/
#cookies
{
position:fixed;z-index:1000;bottom:0;left:0;right:0;background-color:rgba(0,0,0,0.75);color:#fff;padding:0.75em 0;margin:0;text-align:center;
p{
font-size:0.875rem;margin:0;line-height:1.25em;
@include breakpoint(medium down){
margin-bottom:0.75rem;
}
}
.button{
margin:0 0.375rem;
padding:0.375rem 0.75rem;
color:$white;
display:inline !important;
height:auto !important;
opacity:1 !important;
visibility:visible !important;
}
.shrink{border-left:solid 1px rgba($white,0.25);}
}