2015-12-06 16:56:59 +03:00
|
|
|
// DO NOT EDIT IT WILL BE OVERWRITTEN - copy of bootstrap documentation generated by grunt docs-copy-bootstrap-docs
|
|
|
|
|
2015-11-26 01:01:18 +03:00
|
|
|
//
|
|
|
|
// Footer
|
|
|
|
//
|
|
|
|
|
|
|
|
.bd-footer {
|
|
|
|
padding: 4rem 0;
|
|
|
|
margin-top: 4rem;
|
|
|
|
font-size: 85%;
|
2016-01-05 23:37:17 +03:00
|
|
|
background-color: #f7f7f7;
|
2016-01-20 23:54:04 +03:00
|
|
|
text-align: center;
|
2015-11-26 01:01:18 +03:00
|
|
|
|
|
|
|
a {
|
|
|
|
font-weight: 500;
|
|
|
|
color: $gray;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: $link-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
@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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|