[BUGFIX] Node bars colors
This commit is contained in:
parent
3422063ac3
commit
20a9214a6e
@ -1,11 +1,11 @@
|
|||||||
.bar {
|
.bar {
|
||||||
background: transparentize($color-new, .5);
|
background: mix($color-new, $color-white, 60);
|
||||||
display: block;
|
display: block;
|
||||||
height: 1.4em;
|
height: 1.4em;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
background: transparentize($color-new, .92);
|
background: $color-new;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 1.4em;
|
height: 1.4em;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user