2015-04-16 17:57:49 -04:00
|
|
|
//
|
|
|
|
// Footer
|
|
|
|
//
|
|
|
|
|
|
|
|
.bd-footer {
|
|
|
|
padding-top: 2rem;
|
2015-04-17 23:59:26 -04:00
|
|
|
margin-top: 2rem;
|
2015-04-16 17:57:49 -04:00
|
|
|
font-size: 85%;
|
2015-08-05 01:39:54 -04:00
|
|
|
color: $bd-graphite-light;
|
|
|
|
text-align: center;
|
|
|
|
background-color: $bd-graphite;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
@include media-breakpoint-up(sm) {
|
|
|
|
text-align: left;
|
|
|
|
}
|
2015-04-16 17:57:49 -04:00
|
|
|
}
|
2015-08-05 01:39:54 -04:00
|
|
|
|
2015-04-16 17:57:49 -04:00
|
|
|
.bd-footer-links {
|
|
|
|
padding-left: 0;
|
2015-08-05 01:39:54 -04:00
|
|
|
margin-bottom: 1rem;
|
|
|
|
|
|
|
|
li {
|
|
|
|
display: inline-block;
|
2015-04-16 17:57:49 -04:00
|
|
|
|
2015-08-05 01:39:54 -04:00
|
|
|
+ li {
|
|
|
|
margin-left: 1rem;
|
|
|
|
}
|
2015-04-16 17:57:49 -04:00
|
|
|
}
|
|
|
|
}
|