minor style fixes

pull/14274/head
Torkel Ödegaard 7 years ago
parent e6b8bfe7e6
commit d7e5582c76
  1. 2
      public/sass/_variables.light.scss
  2. 2
      public/sass/components/_navbar.scss

@ -383,7 +383,7 @@ $checkbox-color: $gray-7;
//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-side-menu-shadow: drop-shadow(0 0 2px $gray-3);
$panel-editor-toolbar-view-bg: $white;

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

Loading…
Cancel
Save