This commit is contained in:
Arjun Patel
2019-02-25 00:25:52 -08:00
parent 7fd4cb2069
commit 2767f4d4f2
69 changed files with 0 additions and 4629 deletions
-137
View File
@@ -1,137 +0,0 @@
.site-footer {
@include font-size(8, mobile, true, true, true);
@if ( get-font-size(8, desktop) != get-font-size(8, mobile) ) {
@include media( '>medium' ) {
@include font-size(8, desktop, true, true, true);
}
}
background: color(typography, 1);
//color: color(typography, 2);
a {
@include anchor-aspect(footer);
}
}
.site-footer-inner {
padding-top: 48px;
padding-bottom: 32px;
}
.footer-brand,
.footer-social-links,
.footer-bottom-links,
.footer-copyright {
display: flex;
justify-content: center;
}
.footer-social-links,
.footer-bottom-links {
li {
+ li {
margin-left: 16px;
}
}
}
.footer-social-links {
margin-left: -8px;
li {
display: inline-flex;
a {
padding: 8px;
}
}
}
.site-footer-unit-inner {
padding-top: 32px;
border-top: 2px solid color(typography, 2);
}
.footer-title {
color: color(typography, 1i);
@include font-weight(bold)
text-transform: uppercase;
}
.footer-top-links {
ul {
margin-bottom: 32px;
}
li {
margin-bottom: 12px;
}
a {
color: color(typography, 4);
}
}
.site-footer-bottom {
margin-top: 48px;
}
@include media( '<=medium' ) {
.site-footer-unit:first-of-type {
.site-footer-unit-inner {
padding-top: 0;
border-top: none;
}
}
}
@include media( '>medium' ) {
.site-footer-inner {
padding-top: 56px;
}
.site-footer-top {
display: flex;
flex-wrap: wrap;
margin-right: -12px;
margin-left: -12px;
margin-top: -12px;
&:last-of-type {
margin-bottom: -12px;
}
&:not(:last-of-type) {
margin-bottom: 12px;
}
}
.site-footer-unit {
padding: 12px;
flex-basis: 276px;
flex-grow: 1;
}
.footer-brand,
.footer-social-links {
justify-content: flex-start;
}
.site-footer-bottom {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 20px;
}
.footer-bottom-links {
margin-bottom: 0;
order: 1;
}
}