twbs--bootstrap/docs/assets/scss/_footer.scss

34 lines
414 B
SCSS
Raw Normal View History

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