grafana/public/sass/components/_query_part.scss
2016-04-17 12:14:25 -04:00

12 lines
162 B
SCSS

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