File: /var/www/vhosts/creativefellows.nl/werkenbijergatis.creativefellows.nl/public/scss/_footer.scss
.footer{
padding:0 0 0 0;
position:relative;
&::before{
content:"";
position:absolute;
left:0;right:0;
bottom:0%;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2702.9 1264.68'%3E%3Cpath d='M-423.34 980.59c1.46 18.94 10.44 36.38 25.27 48.72 233.89 194.23 467.75 388.53 701.69 582.94 4.52 3.7 9.44 6.87 14.67 9.36 11.22 5.34 23.61 7.66 36.02 6.64 313.09-24.81 2579.05-227.97 2579.05-227.97s-34.97 70.1 129.08-275.61c16.59-35.1 1.66-77.2-33.21-93.95l-112.56-54.03L3141.14-39.43 1161.44 149.8s-611.88 44.35-918.84 68.68c-18.12 1.43-35.33 10.06-47.28 23.87C-5.22 471.01-205.66 699.71-406.12 928.48c-12.48 14.38-18.73 32.98-17.23 52.11' style='fill:%232f363a'/%3E%3C/svg%3E");
background-repeat:no-repeat;
background-size:100% auto;
height:36rem;
z-index:-1;
@include breakpoint(small only)
{
background-size: auto 100%;
background-position: 85% 90%;
height: 45.5rem;
bottom: auto;
top: -6rem;
}
}
h4,p,ul{color:$white;}
.sitelinks{
padding-bottom:1.5rem;
a{color:$primary-color;font-weight:600;}
a::after{
content: "";
vertical-align: middle;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 576.03'%3E%3Cpath style='fill:%2300a0e4' d='M488 329.57c32-18.4 32-64.7 0-83.2L72 6.47c-31.9-18.4-72 4.6-72 41.6V528c0 36.9 40 60 72 41.6l416-240Z'/%3E%3C/svg%3E") no-repeat 0 50%;
width: .375rem;
height: 1rem;
display: inline-block;
margin-left: .375rem;
transition: all .3s;
}
.section-name a{color:$primary-color;font-weight:700;}
}
.copyright{
p{color:rgba($white,0.5);}
font-size:0.875rem;
a{
color:rgba($white,0.5);
&:before{content:"|";padding-left:0.5rem;padding-right:0.5rem;}
}
}
@include breakpoint(small only)
{
padding-top:1.5rem;
.grid-x {justify-content: flex-start;}
}
}