mirror of
https://github.com/hacks-guide/minimal-mistakes.git
synced 2024-11-24 01:09:46 +00:00
Adjust height of navigation toggle
This commit is contained in:
parent
f9c418c740
commit
623ac4a650
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user