grafana/public/sass/components/_query_editor.scss

17 lines
216 B
SCSS
Raw Normal View History

2016-02-15 08:27:41 -06:00
.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;
}