collapsing navbar tools
This commit is contained in:
parent
11f37681ef
commit
605990400e
11 changed files with 63 additions and 14 deletions
|
|
@ -3201,7 +3201,6 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto
|
|||
}
|
||||
|
||||
.navbar-toggler {
|
||||
float: left;
|
||||
padding: .55rem .75rem;
|
||||
margin-right: 1rem;
|
||||
margin-bottom: 0;
|
||||
|
|
@ -3214,6 +3213,17 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
@media (min-width: 34em) {
|
||||
.navbar-toggleable-xs {
|
||||
display: block !important;
|
||||
}
|
||||
}
|
||||
@media (min-width: 48em) {
|
||||
.navbar-toggleable-sm {
|
||||
display: block !important;
|
||||
}
|
||||
}
|
||||
|
||||
.navbar-form {
|
||||
padding: 10px 1rem;
|
||||
margin-right: -1rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue