grafana/public/sass/components/_query_editor.scss
2016-02-15 18:17:06 +01:00

17 lines
216 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;
}