mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
minor style fixes
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user