mirror of
https://github.com/grafana/grafana.git
synced 2025-01-26 16:27:02 -06:00
12 lines
170 B
SCSS
12 lines
170 B
SCSS
|
|
.query-part {
|
|
background-color: lighten($input-label-bg, 5%);
|
|
|
|
&.show-function-controls {
|
|
padding-top: 5px;
|
|
min-width: 100px;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|