2016-03-11 21:55:06 +01:00
|
|
|
/* ==========================================================================
|
|
|
|
FOOTER
|
|
|
|
========================================================================== */
|
|
|
|
|
|
|
|
.page__footer {
|
|
|
|
@include container;
|
|
|
|
@include clearfix;
|
2016-03-11 22:17:41 +01:00
|
|
|
margin-top: 3em;
|
2016-03-15 17:34:14 +01:00
|
|
|
padding: 0 2em 3em;
|
2016-03-17 20:50:22 +01:00
|
|
|
@include breakpoint($medium) {
|
|
|
|
padding-left: 1em;
|
|
|
|
padding-right: 1em;
|
|
|
|
}
|
2016-03-11 21:55:06 +01:00
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
&:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.page__footer-copyright {
|
2016-03-15 17:34:14 +01:00
|
|
|
@include breakpoint($medium) {
|
|
|
|
@include span(10 of 12);
|
|
|
|
@include pre(2);
|
|
|
|
}
|
2016-03-11 21:55:06 +01:00
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page__footer-follow {
|
2016-03-15 17:34:14 +01:00
|
|
|
@include breakpoint($medium) {
|
|
|
|
@include span(10 of 12);
|
|
|
|
@include pre(2);
|
|
|
|
}
|
2016-03-11 21:55:06 +01:00
|
|
|
ul {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
|
|
|
display: inline-block;
|
2016-03-11 22:17:41 +01:00
|
|
|
font-family: $sans-serif-narrow;
|
|
|
|
font-size: 16px;
|
|
|
|
text-transform: uppercase;
|
2016-03-11 21:55:06 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
li + li:before {
|
|
|
|
content: "";
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
}
|