2016-03-11 15:55:06 -05:00
|
|
|
/* ==========================================================================
|
|
|
|
FOOTER
|
|
|
|
========================================================================== */
|
|
|
|
|
|
|
|
.page__footer {
|
|
|
|
@include container;
|
|
|
|
@include clearfix;
|
2016-03-11 16:17:41 -05:00
|
|
|
margin-top: 3em;
|
2016-04-18 16:18:12 -04:00
|
|
|
padding: 0 1em 3em;
|
2016-03-30 22:20:55 -04:00
|
|
|
color: mix(#fff, $gray, 25%);
|
2016-04-12 10:00:32 -04:00
|
|
|
animation: intro 0.3s both;
|
|
|
|
animation-delay: 0.45s;
|
2016-03-21 16:36:24 -04:00
|
|
|
|
2016-03-17 22:56:01 -04:00
|
|
|
@include breakpoint($x-large) {
|
|
|
|
max-width: $x-large;
|
|
|
|
}
|
2016-03-21 16:36:24 -04:00
|
|
|
|
2016-03-11 15:55:06 -05:00
|
|
|
a {
|
2016-04-05 15:18:05 -04:00
|
|
|
color: inherit;
|
2016-03-11 15:55:06 -05:00
|
|
|
text-decoration: none;
|
2016-03-21 16:36:24 -04:00
|
|
|
|
2016-03-11 15:55:06 -05:00
|
|
|
&:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.page__footer-copyright {
|
2016-04-05 15:18:05 -04:00
|
|
|
font-family: $global-font-family;
|
2016-03-30 22:20:55 -04:00
|
|
|
font-size: $type-size-7;
|
|
|
|
|
2016-03-20 15:20:33 -04:00
|
|
|
@include breakpoint($large) {
|
2016-03-17 22:56:01 -04:00
|
|
|
@include prefix(2.5 of 12);
|
2016-03-15 12:34:14 -04:00
|
|
|
}
|
2016-03-11 15:55:06 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.page__footer-follow {
|
2016-03-20 15:20:33 -04:00
|
|
|
@include breakpoint($large) {
|
2016-03-17 22:56:01 -04:00
|
|
|
@include prefix(2.5 of 12);
|
2016-03-15 12:34:14 -04:00
|
|
|
}
|
2016-03-21 16:36:24 -04:00
|
|
|
|
2016-03-11 15:55:06 -05:00
|
|
|
ul {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
|
|
|
display: inline-block;
|
2016-03-22 22:59:39 -04:00
|
|
|
padding-top: 5px;
|
|
|
|
padding-bottom: 5px;
|
2016-03-11 16:17:41 -05:00
|
|
|
font-family: $sans-serif-narrow;
|
2016-03-30 16:59:48 -04:00
|
|
|
font-size: $type-size-6;
|
2016-03-11 16:17:41 -05:00
|
|
|
text-transform: uppercase;
|
2016-03-11 15:55:06 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
li + li:before {
|
|
|
|
content: "";
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
2016-03-21 16:36:24 -04:00
|
|
|
|
|
|
|
a {
|
2016-03-22 22:59:39 -04:00
|
|
|
padding-right: 10px;
|
2016-03-21 16:36:24 -04:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
2016-03-11 15:55:06 -05:00
|
|
|
}
|