diff options
| author | Mark Otto <[email protected]> | 2015-04-16 18:50:32 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-04-16 18:50:32 -0700 |
| commit | 605990400eb470e50bcdfd3643b8cc10f2684836 (patch) | |
| tree | 411b518b80e837d3b6428241d8b0da434ed6fad2 /scss | |
| parent | 11f37681ef37493bafc9365c02c93aafb5afabc8 (diff) | |
| download | bootstrap-605990400eb470e50bcdfd3643b8cc10f2684836.tar.xz bootstrap-605990400eb470e50bcdfd3643b8cc10f2684836.zip | |
collapsing navbar tools
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_navbar.scss | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/scss/_navbar.scss b/scss/_navbar.scss index 6520b51d7..b25e5a3d0 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -99,7 +99,6 @@ // JavaScript plugin. .navbar-toggler { - float: left; padding: .55rem .75rem; margin-right: $spacer; margin-bottom: 0; // For headings @@ -113,6 +112,20 @@ } } +// Custom override for +.navbar-toggleable { + &-xs { + @include media-breakpoint-up(sm) { + display: block !important; + } + } + &-sm { + @include media-breakpoint-up(md) { + display: block !important; + } + } +} + // Navbar form // |
