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