mirror of
https://github.com/grafana/grafana.git
synced 2025-01-06 14:13:11 -06:00
17 lines
216 B
SCSS
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;
|
|
}
|
|
|