mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03: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;
|
|
}
|
|
}
|
|
}
|