fixed issue with hostwindowservice, search filter bug, changed sidebar toggle text to pin, fixed mobile view of header

This commit is contained in:
lotte
2018-12-17 12:08:12 +01:00
parent dceb835e53
commit cc53dda46b
13 changed files with 64 additions and 34 deletions

View File

@@ -14,6 +14,7 @@ $nav-z-index: 10;
$sidebar-z-index: 20;
$header-logo-height: 80px;
$header-logo-height-xs: 50px;
$admin-sidebar-bg: $dark;
$admin-sidebar-active-bg: darken($dark, 3%);