Merge pull request #2654 from awesomerobot/master

swapping around heatmap/coldmap low/high
This commit is contained in:
Robin Ward 2014-08-14 09:56:49 -04:00
commit a23b6f24cf
1 changed files with 5 additions and 4 deletions

View File

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