twbs--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 15:27:11 +00:00
color: #63707c;
2015-08-05 05:39:54 +00:00
a {
font-weight: 600;
color: $gray-700;
2015-08-05 07:54:30 +00:00
&:hover,
&:focus {
2015-08-05 07:54:30 +00:00
color: $link-color;
}
}
p {
margin-bottom: 0;
2015-08-05 05:39:54 +00:00
}
}
2015-08-05 05:39:54 +00:00
.bd-footer-links {
padding-left: 0;
2015-08-05 05:39:54 +00:00
margin-bottom: 1rem;
li {
display: inline-block;
2015-08-05 05:39:54 +00:00
+ li {
margin-left: 1rem;
}
}
}