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:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user