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

30 lines
401 B
SCSS

//
// Footer
//
.bd-footer {
padding-top: 2rem;
margin-top: 2rem;
font-size: 85%;
color: #777;
border-top: 1px solid #eee;
}
.bd-footer-links {
padding-left: 0;
margin-top: 20px;
color: #999;
}
.bd-footer-links li {
display: inline;
padding: 0 2px;
}
.bd-footer-links li:first-child {
padding-left: 0;
}
@media (min-width: 768px) {
.bd-footer p {
margin-bottom: 0;
}
}