changed heatmap colors
This commit is contained in:
parent
2f99e9a656
commit
b58ab71cf8
1 changed files with 4 additions and 4 deletions
|
@ -43,14 +43,14 @@
|
||||||
fill: $bg70 !important;
|
fill: $bg70 !important;
|
||||||
}
|
}
|
||||||
&[style*="fill: rgb(102, 199, 75);"] {
|
&[style*="fill: rgb(102, 199, 75);"] {
|
||||||
fill: $bg80 !important;
|
|
||||||
}
|
|
||||||
&[style*="fill: rgb(96, 153, 38);"] {
|
|
||||||
fill: $red-dark !important;
|
fill: $red-dark !important;
|
||||||
}
|
}
|
||||||
&[style*="fill: rgb(2, 89, 0);"] {
|
&[style*="fill: rgb(96, 153, 38);"] {
|
||||||
fill: $red !important;
|
fill: $red !important;
|
||||||
}
|
}
|
||||||
|
&[style*="fill: rgb(2, 89, 0);"] {
|
||||||
|
fill: $red-light !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin label-milestone-menu {
|
@mixin label-milestone-menu {
|
||||||
|
|
Reference in a new issue