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

41 lines
459 B
SCSS
Raw Normal View History

//
// Footer
//
.bd-footer {
font-size: 85%;
2015-08-05 01:39:54 -04:00
text-align: center;
background-color: #f7f7f7;
2015-08-05 01:39:54 -04:00
a {
2015-08-05 03:54:30 -04:00
font-weight: 500;
color: $gray-700;
2015-08-05 03:54:30 -04:00
&:hover,
&:focus {
2015-08-05 03:54:30 -04:00
color: $link-color;
}
}
p {
margin-bottom: 0;
2015-08-05 01:39:54 -04:00
}
@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;
}
}
}