2015-01-16 14:39:31 +01:00
|
|
|
// Modular Showcase styling
|
|
|
|
.modular {
|
|
|
|
.footer {
|
|
|
|
background: #333;
|
|
|
|
width: 100%;
|
|
|
|
@extend .padding-horiz;
|
|
|
|
padding-top: 4rem;
|
|
|
|
@include clearfix;
|
|
|
|
a, a:hover, h4 {
|
|
|
|
color: $white;
|
|
|
|
|
|
|
|
}
|
|
|
|
h4 {
|
|
|
|
line-height: 2rem;
|
|
|
|
margin-top: 0;
|
2015-01-16 17:53:46 +01:00
|
|
|
text-align: left;
|
2015-01-16 14:39:31 +01:00
|
|
|
}
|
|
|
|
.footer-items {
|
|
|
|
margin-top: 2rem;
|
|
|
|
@supports not (flex-wrap: wrap) {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
@include clearfix;
|
|
|
|
}
|
|
|
|
.footer-module {
|
2015-01-16 17:53:46 +01:00
|
|
|
&.large {
|
|
|
|
width: 40%;
|
|
|
|
}
|
2015-01-16 14:39:31 +01:00
|
|
|
display:block;
|
|
|
|
float: left;
|
2015-01-16 17:53:46 +01:00
|
|
|
width: 20%;
|
2015-01-16 14:39:31 +01:00
|
|
|
vertical-align: top;
|
2015-01-16 17:53:46 +01:00
|
|
|
padding-right: 2rem;
|
2015-01-16 14:39:31 +01:00
|
|
|
@include breakpoint(large-mobile-range) {
|
|
|
|
margin-top: 1rem;
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
@include breakpoint(small-mobile-range) {
|
|
|
|
margin-top: 1rem;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2015-01-16 17:53:46 +01:00
|
|
|
span {
|
|
|
|
@include clearfix;
|
|
|
|
}
|
|
|
|
strong {
|
|
|
|
color: $white;
|
|
|
|
}
|
2015-01-16 14:39:31 +01:00
|
|
|
}
|
|
|
|
.logo {
|
|
|
|
border-bottom: 0 none;
|
|
|
|
@include clearfix;
|
|
|
|
color: $white;
|
|
|
|
}
|
|
|
|
hr {}
|
|
|
|
}
|
|
|
|
}
|