2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Add new docs footer (#33453)

* Replace site footer with mega footer to link to various projects and community resources

* Fix broken HTML
This commit is contained in:
Mark Otto
2021-03-30 23:08:04 -07:00
committed by GitHub
parent 91fa809529
commit 6e7f1a9a34
2 changed files with 57 additions and 14 deletions
+2 -4
View File
@@ -3,16 +3,14 @@
//
.bd-footer {
@include font-size(.875rem);
color: #63707c;
a {
font-weight: 600;
color: $gray-700;
text-decoration: none;
&:hover,
&:focus {
color: $link-color;
text-decoration: underline;
}
}
}