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

tweak footer styles

This commit is contained in:
Mark Otto
2015-08-04 22:39:54 -07:00
parent d318d64c08
commit 042b5fc7eb
5 changed files with 33 additions and 28 deletions
+22 -18
View File
@@ -6,24 +6,28 @@
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;
}
color: $bd-graphite-light;
text-align: center;
background-color: $bd-graphite;
@media (min-width: 768px) {
.bd-footer p {
margin-bottom: 0;
a {
color: #fff;
}
@include media-breakpoint-up(sm) {
text-align: left;
}
}
.bd-footer-links {
padding-left: 0;
margin-bottom: 1rem;
li {
display: inline-block;
+ li {
margin-left: 1rem;
}
}
}