1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 00:29:52 +02:00

collapsing navbar tools

This commit is contained in:
Mark Otto
2015-04-16 18:50:32 -07:00
parent 11f37681ef
commit 605990400e
11 changed files with 63 additions and 14 deletions

View File

@@ -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
//