2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

break down docs scss into imports, hell yeah

This commit is contained in:
Mark Otto
2015-04-16 14:57:49 -07:00
parent a90de06a60
commit 5c0b459eb5
20 changed files with 1503 additions and 1542 deletions
+29
View File
@@ -0,0 +1,29 @@
//
// Footer
//
.bd-footer {
padding-top: 2rem;
margin-top: 6rem;
font-size: 85%;
color: #777;
border-top: 1px solid #e5e5e5;
}
.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;
}
}