panel option section moved to grafana-ui and new panel option grid component

This commit is contained in:
Torkel Ödegaard
2019-01-12 21:43:41 +01:00
parent 9c54da8f5d
commit 5b59d59afa
16 changed files with 86 additions and 54 deletions

View File

@@ -230,30 +230,3 @@
min-width: 200px;
}
.panel-option-section {
margin-bottom: 10px;
border: $panel-option-section-border;
border-radius: $border-radius;
}
.panel-option-section__header {
padding: 4px 20px;
font-size: 1.1rem;
background: $panel-option-section-header-bg;
position: relative;
.btn {
position: absolute;
right: 0;
top: 0px;
}
}
.panel-option-section__body {
padding: 20px;
background: $page-bg;
&--queries {
min-height: 200px;
}
}