mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
style tweaks
This commit is contained in:
@@ -162,7 +162,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
position: absolute;
|
||||
top: 60px;
|
||||
top: 79px;
|
||||
left: 5px;
|
||||
align-items: center;
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
flex: 0 0 auto;
|
||||
background: $input-label-bg;
|
||||
background: $black;
|
||||
border-bottom: 1px solid $black;
|
||||
border-radius: 3px;
|
||||
}
|
||||
@@ -44,10 +44,7 @@
|
||||
|
||||
.toolbar-subview {
|
||||
position: relative;
|
||||
padding: 20px 20px;
|
||||
background-color: $empty-list-cta-bg;
|
||||
top: -45px;
|
||||
margin: 0 30px 20px 0px;
|
||||
top: -23px;
|
||||
}
|
||||
|
||||
.toolbar-subview__close {
|
||||
@@ -56,7 +53,7 @@
|
||||
border: none;
|
||||
position: absolute;
|
||||
right: 15px;
|
||||
top: 20px;
|
||||
top: 0px;
|
||||
font-size: $font-size-md;
|
||||
|
||||
&:hover {
|
||||
|
||||
Reference in New Issue
Block a user