mirror of
https://github.com/grafana/grafana.git
synced 2025-01-16 03:32:37 -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;
|
||
|
}
|
||
|
|