mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
minor style changes
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
margin-top: $panel-margin*2;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
height: 65%;
|
||||
height: 60%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
flex-direction: column;
|
||||
flex-grow: 1;
|
||||
background: $page-bg;
|
||||
margin: 0 67px;
|
||||
margin: 0 62px;
|
||||
border-left: 2px solid #ac5224;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
@@ -6,14 +6,13 @@
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
flex: 0 0 auto;
|
||||
background: $black;
|
||||
border-bottom: 1px solid $black;
|
||||
background: $toolbar-bg;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.toolbar__heading {
|
||||
font-size: $font-size-lg;
|
||||
padding-right: 10px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.toolbar__main {
|
||||
|
||||
Reference in New Issue
Block a user