2018-10-20 07:30:02 +00:00
|
|
|
.site-footer {
|
2018-10-24 09:51:53 +00:00
|
|
|
background: linear-gradient(75deg, $brand-color_d, $brand-color, $brand-color_l);
|
2018-10-20 07:30:02 +00:00
|
|
|
border-top: 1px solid $grey-color-light;
|
|
|
|
color: $platinum;
|
|
|
|
padding: $spacing-unit 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer-col-1 {
|
|
|
|
width: -webkit-calc(25% - (#{$spacing-unit} / 2));
|
|
|
|
width : calc(25% - (#{$spacing-unit} / 2));
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer-col-2 {
|
|
|
|
width: -webkit-calc(30% - (#{$spacing-unit} / 2));
|
|
|
|
width : calc(30% - (#{$spacing-unit} / 2));
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer-col-wrapper {
|
|
|
|
color: $super-platinum;
|
|
|
|
.u-email,
|
|
|
|
.username {
|
|
|
|
color: $super-platinum;
|
|
|
|
&:hover {
|
|
|
|
color: $super-platinum;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.svg-icon {
|
|
|
|
fill: $super-platinum;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-icon-credits {
|
|
|
|
font-size: $small-font-size;
|
|
|
|
margin-bottom: 1.5em;
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: $footer-link;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-credits {
|
|
|
|
text-align: center;
|
|
|
|
> p {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2018-10-24 09:51:53 +00:00
|
|
|
a, a:hover, a:visited {
|
2018-10-20 07:30:02 +00:00
|
|
|
color: $footer-link;
|
|
|
|
}
|
|
|
|
|
|
|
|
.copyright {
|
|
|
|
font-size: $small-font-size;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@include media-query($on-palm) {
|
|
|
|
.footer-col-1,
|
|
|
|
.footer-col-2,
|
|
|
|
.footer-col-3 {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|