minor style fixes

This commit is contained in:
Torkel Ödegaard
2018-12-16 10:30:48 -08:00
parent e6b8bfe7e6
commit d7e5582c76
2 changed files with 2 additions and 2 deletions

View File

@@ -383,7 +383,7 @@ $checkbox-color: $gray-7;
//Panel Edit //Panel Edit
// ------------------------- // -------------------------
$panel-editor-shadow: 2px 2px 8px $gray-3; $panel-editor-shadow: 0px 0px 8px $gray-3;
$panel-editor-border: 1px solid $dark-4; $panel-editor-border: 1px solid $dark-4;
$panel-editor-side-menu-shadow: drop-shadow(0 0 2px $gray-3); $panel-editor-side-menu-shadow: drop-shadow(0 0 2px $gray-3);
$panel-editor-toolbar-view-bg: $white; $panel-editor-toolbar-view-bg: $white;

View File

@@ -3,7 +3,7 @@
padding-left: 40px; padding-left: 40px;
z-index: $zindex-navbar-fixed; z-index: $zindex-navbar-fixed;
height: $navbarHeight; height: $navbarHeight;
padding-right: $spacer; padding-right: 20px;
display: flex; display: flex;
flex-grow: 1; flex-grow: 1;
border-bottom: 1px solid transparent; border-bottom: 1px solid transparent;