ux(saas): variable renaming

This commit is contained in:
Torkel Ödegaard
2016-02-16 09:42:46 +01:00
parent 1cd3985913
commit febad7b1d7
29 changed files with 227 additions and 212 deletions

View File

@@ -175,7 +175,7 @@
.graph-legend-series-hidden {
a {
color: $linkColorDisabled;
color: $link-color-disabled;
}
}
@@ -192,7 +192,7 @@
}
.close {
margin-right: 5px;
color: $linkColor;
color: $link-color;
opacity: 0.7;
text-shadow: none;
}
@@ -286,7 +286,7 @@
}
.axisLabel {
color: $textColor;
color: $text-color;
font-size: $fontSizeSmall;
position: absolute;
text-align: center;