mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Added border radius and tightened up the folder boxes. Still needs to have the bottom margin expanded to 8px when in opened state (this needs @torkelo)
This commit is contained in:
parent
d981fe4f04
commit
ce494fbedb
@ -89,7 +89,8 @@
|
|||||||
background: $panel-bg;
|
background: $panel-bg;
|
||||||
border: $panel-border;
|
border: $panel-border;
|
||||||
padding: $panel-padding;
|
padding: $panel-padding;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 3px;
|
||||||
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-section__header {
|
.search-section__header {
|
||||||
|
Loading…
Reference in New Issue
Block a user