mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux(saas): renamed scss partial files to have underscore before
This commit is contained in:
16
public/less/components/_query_editor.scss
Normal file
16
public/less/components/_query_editor.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
.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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user