0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-02 14:24:19 +01:00
Bootstrap/site/assets/scss/_footer.scss

36 lines
375 B
SCSS
Raw Normal View History

//
// Footer
//
.bd-footer {
@include font-size(.875rem);
2019-08-03 17:27:11 +02:00
color: #63707c;
2015-08-05 07:39:54 +02:00
a {
font-weight: 600;
color: $gray-700;
2015-08-05 09:54:30 +02:00
&:hover,
&:focus {
2015-08-05 09:54:30 +02:00
color: $link-color;
}
}
p {
margin-bottom: 0;
2015-08-05 07:39:54 +02:00
}
}
2015-08-05 07:39:54 +02:00
.bd-footer-links {
padding-left: 0;
2015-08-05 07:39:54 +02:00
margin-bottom: 1rem;
li {
display: inline-block;
2015-08-05 07:39:54 +02:00
+ li {
margin-left: 1rem;
}
}
}