Adjust height of navigation toggle

This commit is contained in:
Michael Rose 2018-08-10 08:54:56 -04:00
parent f9c418c740
commit 623ac4a650
2 changed files with 4 additions and 2 deletions

View file

@ -200,8 +200,9 @@
}
&__toggle {
-ms-flex-item-align: stretch;
align-self: stretch;
-ms-flex-item-align: center;
align-self: center;
height: $nav-toggle-height;
border: 0;
outline: none;
color: #fff;

View file

@ -149,6 +149,7 @@ $right-sidebar-width-wide: 400px !default;
$border-radius: 4px !default;
$box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125) !default;
$nav-height: 2em !default;
$nav-toggle-height: 2rem !default;
$navicon-width: 1.5rem !default;
$navicon-height: 0.25rem !default;
$global-transition: all 0.2s ease-in-out !default;