grafana/public/sass/components/_query_part.scss

12 lines
162 B
SCSS
Raw Normal View History

.query-part {
background-color: $input-bg !important;
&.show-function-controls {
padding-top: 5px;
min-width: 100px;
text-align: center;
}
}