mirror of
https://github.com/grafana/grafana.git
synced 2025-01-24 07:17:08 -06:00
12 lines
162 B
SCSS
12 lines
162 B
SCSS
|
|
.query-part {
|
|
background-color: $input-bg !important;
|
|
|
|
&.show-function-controls {
|
|
padding-top: 5px;
|
|
min-width: 100px;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|