mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
swapping around heatmap low/high
This commit is contained in:
@@ -48,23 +48,24 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.coldmap-high {
|
.coldmap-high {
|
||||||
color: scale-color(#0088cc, $lightness: 40%) !important;
|
color: scale-color(#0088cc, $lightness: -10%) !important;
|
||||||
}
|
}
|
||||||
.coldmap-med {
|
.coldmap-med {
|
||||||
color: #0088cc !important;
|
color: #0088cc !important;
|
||||||
}
|
}
|
||||||
.coldmap-low {
|
.coldmap-low {
|
||||||
color: scale-color(#0088cc, $lightness: -10%) !important;
|
color: scale-color(#0088cc, $lightness: 40%) !important;
|
||||||
}
|
}
|
||||||
.heatmap-high {
|
.heatmap-high {
|
||||||
color: scale-color(#e45735, $lightness: 30%) !important;
|
color: darken(#e45735, 10%) !important;
|
||||||
}
|
}
|
||||||
.heatmap-med {
|
.heatmap-med {
|
||||||
color: #e45735 !important;
|
color: #e45735 !important;
|
||||||
}
|
}
|
||||||
.heatmap-low {
|
.heatmap-low {
|
||||||
color: darken(#e45735, 10%) !important;
|
color: scale-color(#e45735, $lightness: 30%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#loading-message {
|
#loading-message {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
|
|||||||
Reference in New Issue
Block a user