heatmap/coldmap should stay red/blue despite theming

This commit is contained in:
Kris Aubuchon 2014-08-13 16:38:49 -04:00
parent 4c4ce05964
commit 982b007604
1 changed files with 6 additions and 6 deletions

View File

@ -48,22 +48,22 @@ body {
} }
.coldmap-high { .coldmap-high {
color: scale-color($tertiary, $lightness: 40%) !important; color: scale-color(#0088cc, $lightness: 40%) !important;
} }
.coldmap-med { .coldmap-med {
color: $tertiary !important; color: #0088cc !important;
} }
.coldmap-low { .coldmap-low {
color: scale-color($tertiary, $lightness: -10%) !important; color: scale-color(#0088cc, $lightness: -10%) !important;
} }
.heatmap-high { .heatmap-high {
color: scale-color($danger, $lightness: 30%) !important; color: scale-color(#e45735, $lightness: 30%) !important;
} }
.heatmap-med { .heatmap-med {
color: $danger !important; color: #e45735 !important;
} }
.heatmap-low { .heatmap-low {
color: darken($danger, 10%) !important; color: darken(#e45735, 10%) !important;
} }
#loading-message { #loading-message {
position: absolute; position: absolute;