diff options
| author | Mark Otto <[email protected]> | 2017-05-28 22:50:57 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-29 23:32:28 -0700 |
| commit | 3e76d6565603fafa2c85ad81d7b6345c4e279c72 (patch) | |
| tree | fad0aa6a4a70cafb4a803bd920d6ae2fa44dc466 /docs/assets/scss/_nav.scss | |
| parent | 32153eb7cba316b873e82cd7b9362c92ca00eddf (diff) | |
| download | bootstrap-3e76d6565603fafa2c85ad81d7b6345c4e279c72.tar.xz bootstrap-3e76d6565603fafa2c85ad81d7b6345c4e279c72.zip | |
Rearrange all the docs to allow for a docs/major.minor/ setup
Diffstat (limited to 'docs/assets/scss/_nav.scss')
| -rw-r--r-- | docs/assets/scss/_nav.scss | 74 |
1 files changed, 0 insertions, 74 deletions
diff --git a/docs/assets/scss/_nav.scss b/docs/assets/scss/_nav.scss deleted file mode 100644 index 45b420611..000000000 --- a/docs/assets/scss/_nav.scss +++ /dev/null @@ -1,74 +0,0 @@ -// scss-lint:disable VendorPrefix - -// -// Main navbar -// - -.bd-navbar { - min-height: 4rem; - background-color: $bd-purple; - border-bottom: 1px solid rgba(0,0,0,.1); - box-shadow: 0 .5rem 1rem rgba(0,0,0,.05); - - @include media-breakpoint-down(md) { - .navbar-nav-scroll { - max-width: 100%; - height: 2.5rem; - margin-top: .25rem; - overflow-x: hidden; - font-size: .875rem; - - .navbar-nav { - padding-bottom: 2rem; - overflow-x: auto; - white-space: nowrap; - -webkit-overflow-scrolling: touch; - } - } - } - - @include media-breakpoint-up(md) { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1030; // over everything in bootstrap - } - - .navbar-nav { - .nav-link { - padding-right: .5rem; - padding-left: .5rem; - color: $bd-purple-light; - - &.active, - &:hover { - color: #fff; - background-color: transparent; - } - - &.active { - font-weight: 500; - } - } - } - - .navbar-nav-svg { - display: inline-block; - width: 1rem; - height: 1rem; - vertical-align: text-top; - } - - .dropdown-menu { - font-size: .875rem; - } - - // .navbar-brand { - // color: #fff; - // } - - .bd-navbar-brand-wrap { - padding-top: .25rem; - padding-bottom: .25rem; - } -} |
