diff options
| author | Mark Otto <[email protected]> | 2015-08-04 23:39:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-04 23:39:51 -0700 |
| commit | 95b0ec18f42fd99a278dcf580e62bd8de321a2e1 (patch) | |
| tree | 9ee06ecd4341378cc769d53c4378887c4099d8c8 /docs/assets/scss | |
| parent | 60a045634c20bf1806a52e6e8a520d6db4371849 (diff) | |
| download | bootstrap-95b0ec18f42fd99a278dcf580e62bd8de321a2e1.tar.xz bootstrap-95b0ec18f42fd99a278dcf580e62bd8de321a2e1.zip | |
new global navbar for all docs pages
Diffstat (limited to 'docs/assets/scss')
| -rw-r--r-- | docs/assets/scss/_homepage.scss | 76 |
1 files changed, 47 insertions, 29 deletions
diff --git a/docs/assets/scss/_homepage.scss b/docs/assets/scss/_homepage.scss index 33a8d26f6..3f64106c9 100644 --- a/docs/assets/scss/_homepage.scss +++ b/docs/assets/scss/_homepage.scss @@ -29,43 +29,61 @@ // Homepage // -.bd-header { - @include clearfix; - padding-bottom: .5rem; - margin-bottom: 1rem; - border-bottom: 1px solid rgba(255,255,255,.25); - - .bd-header-mark { - float: left; - padding-top: .6rem; - padding-bottom: .6rem; - font-size: 1.25rem; - font-weight: 500; - } -} - -.bd-header-nav { - padding-bottom: 1rem; - margin-bottom: 2rem; - border-bottom: .0625rem solid #eee; +.bd-navbar { + padding-top: .25rem; + padding-bottom: .25rem; + background-color: $bd-graphite; .nav-link { - display: inline-block; - padding: 1.2rem .75rem; + color: $bd-graphite-light; - &:hover { + &.active, + &:hover, + &:focus { + color: #fff; background-color: transparent; } } - - @include media-breakpoint-up(sm) { - float: right; - padding-bottom: 0; - margin-bottom: 0; - border-bottom: 0; - } } +// +// .bd-header { +// @include clearfix; +// padding-bottom: .5rem; +// margin-bottom: 1rem; +// border-bottom: 1px solid rgba(255,255,255,.25); +// +// .bd-header-mark { +// float: left; +// padding-top: .6rem; +// padding-bottom: .6rem; +// font-size: 1.25rem; +// font-weight: 500; +// } +// } +// +// .bd-header-nav { +// padding-bottom: 1rem; +// margin-bottom: 2rem; +// border-bottom: .0625rem solid #eee; +// +// .nav-link { +// display: inline-block; +// padding: 1.2rem .75rem; +// +// &:hover { +// background-color: transparent; +// } +// } +// +// @include media-breakpoint-up(sm) { +// float: right; +// padding-bottom: 0; +// margin-bottom: 0; +// border-bottom: 0; +// } +// } + // // Masthead (headings and download button) |
