1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00
twbs--bootstrap/docs/assets/scss/_footer.scss

34 lines
414 B
SCSS
Raw Normal View History

//
// Footer
//
.bd-footer {
padding-top: 2rem;
2015-04-17 23:59:26 -04:00
margin-top: 2rem;
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-08-05 01:39:54 -04:00
.bd-footer-links {
padding-left: 0;
2015-08-05 01:39:54 -04:00
margin-bottom: 1rem;
li {
display: inline-block;
2015-08-05 01:39:54 -04:00
+ li {
margin-left: 1rem;
}
}
}