twbs--bootstrap/assets/scss/_footer.scss

43 lines
494 B
SCSS
Raw Normal View History

//
// Footer
//
.bd-footer {
2015-08-05 07:54:30 +00:00
padding: 4rem 0;
margin-top: 4rem;
font-size: 85%;
2015-08-05 05:39:54 +00:00
text-align: center;
background-color: #f7f7f7;
2015-08-05 05:39:54 +00:00
a {
2015-08-05 07:54:30 +00:00
font-weight: 500;
color: $gray;
&: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
}
@include media-breakpoint-up(sm) {
text-align: left;
}
}
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;
}
}
}