mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
new var for -toggle-border-radius
This commit is contained in:
parent
3021c241cc
commit
906357b75f
@ -110,7 +110,7 @@
|
||||
line-height: 1;
|
||||
background: none;
|
||||
border: $border-width solid transparent;
|
||||
@include border-radius($btn-border-radius);
|
||||
@include border-radius($navbar-toggle-border-radius);
|
||||
|
||||
@include hover-focus {
|
||||
text-decoration: none;
|
||||
|
@ -480,6 +480,7 @@ $navbar-padding-y: ($spacer / 2) !default;
|
||||
$navbar-brand-padding-y: .25rem !default;
|
||||
|
||||
$navbar-toggle-font-size: $font-size-lg !default;
|
||||
$navbar-toggle-border-radius: $btn-border-radius !default;
|
||||
|
||||
$navbar-dark-color: rgba(255,255,255,.5) !default;
|
||||
$navbar-dark-hover-color: rgba(255,255,255,.75) !default;
|
||||
|
Loading…
Reference in New Issue
Block a user