grafana/public/sass/components/_query_editor.scss
2016-03-20 16:18:31 +01:00

17 lines
224 B
SCSS

.query-keyword {
font-weight: bold;
color: $blue;
}
.query-segment-key {
//border-right: none;
//padding-right: 1px;
}
.query-segment-operator {
//padding-right: 1px;
//border-right: none;
color: $orange;
}