diff options
Diffstat (limited to 'vendor/twbs/bootstrap/site/assets/scss/_footer.scss')
-rw-r--r-- | vendor/twbs/bootstrap/site/assets/scss/_footer.scss | 28 |
1 files changed, 2 insertions, 26 deletions
diff --git a/vendor/twbs/bootstrap/site/assets/scss/_footer.scss b/vendor/twbs/bootstrap/site/assets/scss/_footer.scss index 29d31df3a..87cee6d2b 100644 --- a/vendor/twbs/bootstrap/site/assets/scss/_footer.scss +++ b/vendor/twbs/bootstrap/site/assets/scss/_footer.scss @@ -3,38 +3,14 @@ // .bd-footer { - @include font-size(.875rem); - text-align: center; - background-color: #f7f7f7; - a { - font-weight: 600; color: $gray-700; + text-decoration: none; &:hover, &:focus { color: $link-color; - } - } - - p { - margin-bottom: 0; - } - - @include media-breakpoint-up(sm) { - text-align: left; - } -} - -.bd-footer-links { - padding-left: 0; - margin-bottom: 1rem; - - li { - display: inline-block; - - + li { - margin-left: 1rem; + text-decoration: underline; } } } |