2015-04-16 17:57:49 -04:00
|
|
|
//
|
|
|
|
// Footer
|
|
|
|
//
|
|
|
|
|
|
|
|
.bd-footer {
|
|
|
|
font-size: 85%;
|
2015-08-05 01:39:54 -04:00
|
|
|
text-align: center;
|
2016-01-03 21:17:58 -05:00
|
|
|
background-color: #f7f7f7;
|
2015-08-05 01:39:54 -04:00
|
|
|
|
|
|
|
a {
|
2015-08-05 03:54:30 -04:00
|
|
|
font-weight: 500;
|
2017-06-30 02:15:16 -04:00
|
|
|
color: $gray-700;
|
2015-08-05 03:54:30 -04:00
|
|
|
|
2017-01-14 17:54:55 -05: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-04-16 17:57:49 -04:00
|
|
|
}
|
2015-08-05 01:39:54 -04:00
|
|
|
|
2015-04-16 17:57:49 -04:00
|
|
|
.bd-footer-links {
|
|
|
|
padding-left: 0;
|
2015-08-05 01:39:54 -04:00
|
|
|
margin-bottom: 1rem;
|
|
|
|
|
|
|
|
li {
|
|
|
|
display: inline-block;
|
2015-04-16 17:57:49 -04:00
|
|
|
|
2015-08-05 01:39:54 -04:00
|
|
|
+ li {
|
|
|
|
margin-left: 1rem;
|
|
|
|
}
|
2015-04-16 17:57:49 -04:00
|
|
|
}
|
|
|
|
}
|