mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-13 09:04:14 +02:00
new var for -toggle-border-radius
This commit is contained in:
@@ -110,7 +110,7 @@
|
|||||||
line-height: 1;
|
line-height: 1;
|
||||||
background: none;
|
background: none;
|
||||||
border: $border-width solid transparent;
|
border: $border-width solid transparent;
|
||||||
@include border-radius($btn-border-radius);
|
@include border-radius($navbar-toggle-border-radius);
|
||||||
|
|
||||||
@include hover-focus {
|
@include hover-focus {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@@ -480,6 +480,7 @@ $navbar-padding-y: ($spacer / 2) !default;
|
|||||||
$navbar-brand-padding-y: .25rem !default;
|
$navbar-brand-padding-y: .25rem !default;
|
||||||
|
|
||||||
$navbar-toggle-font-size: $font-size-lg !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-color: rgba(255,255,255,.5) !default;
|
||||||
$navbar-dark-hover-color: rgba(255,255,255,.75) !default;
|
$navbar-dark-hover-color: rgba(255,255,255,.75) !default;
|
||||||
|
Reference in New Issue
Block a user