mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-30 12:24:19 +01:00
ad518e2097
* docs(theming): apply utilities where possible * Update docs-sidebar.html Co-authored-by: XhmikosR <xhmikosr@gmail.com>
19 lines
196 B
SCSS
19 lines
196 B
SCSS
//
|
|
// Footer
|
|
//
|
|
|
|
.bd-footer {
|
|
@include font-size(.875rem);
|
|
color: #63707c;
|
|
|
|
a {
|
|
font-weight: 600;
|
|
color: $gray-700;
|
|
|
|
&:hover,
|
|
&:focus {
|
|
color: $link-color;
|
|
}
|
|
}
|
|
}
|