Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/assets/scss/_footer.scss')
-rw-r--r--docs/assets/scss/_footer.scss27
1 files changed, 4 insertions, 23 deletions
diff --git a/docs/assets/scss/_footer.scss b/docs/assets/scss/_footer.scss
index 22d20c969..87cee6d2b 100644
--- a/docs/assets/scss/_footer.scss
+++ b/docs/assets/scss/_footer.scss
@@ -3,33 +3,14 @@
//
.bd-footer {
- font-size: .875rem;
- color: var(--bs-gray-600);
-
a {
- font-weight: 600;
- color: var(--bs-gray-700);
+ color: $gray-700;
+ text-decoration: none;
&:hover,
&:focus {
- color: var(--bs-primary);
- }
- }
-
- p {
- margin-bottom: 0;
- }
-}
-
-.bd-footer-links {
- padding-left: 0;
- margin-bottom: 1rem;
-
- li {
- display: inline-block;
-
- + li {
- margin-left: 1rem;
+ color: $link-color;
+ text-decoration: underline;
}
}
}