ux(saas): renamed scss partial files to have underscore before

This commit is contained in:
Torkel Ödegaard
2016-02-15 17:07:46 +01:00
parent 83bf63641c
commit 43b91ea0d6
61 changed files with 159 additions and 73 deletions

View 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;
}