heatmap/coldmap should stay red/blue despite theming
This commit is contained in:
parent
4c4ce05964
commit
982b007604
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue