Adjust placement of sidebar toggle
This commit is contained in:
parent
639ffe159f
commit
eb065a23e2
|
@ -167,7 +167,7 @@
|
||||||
|
|
||||||
#sidebar-toggle {
|
#sidebar-toggle {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0.675rem;
|
||||||
right: 0;
|
right: 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
z-index: 10000;
|
z-index: 10000;
|
||||||
|
|
|
@ -71,7 +71,7 @@ $global-transition: all 0.4s ease !default;
|
||||||
$navicon-width: 1.75em !default;
|
$navicon-width: 1.75em !default;
|
||||||
$navicon-height: 0.25em !default;
|
$navicon-height: 0.25em !default;
|
||||||
$navicon-duration: 0.5s !default;
|
$navicon-duration: 0.5s !default;
|
||||||
$navicon-toggled-size: 0.75 !default;
|
$navicon-toggled-size: 1 !default;
|
||||||
$navicon-nav-bg-close: transparent !default;
|
$navicon-nav-bg-close: transparent !default;
|
||||||
$navicon-nav-bg-open: transparent !default;
|
$navicon-nav-bg-open: transparent !default;
|
||||||
$navicon-content-bg: $text-color !default;
|
$navicon-content-bg: $text-color !default;
|
||||||
|
|
Loading…
Reference in New Issue