changed color
This commit is contained in:
parent
3fbf43063e
commit
9b06cfb517
@ -123,13 +123,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ACTIVE {
|
.ACTIVE {
|
||||||
stroke: $primary;
|
stroke: #0389ec;
|
||||||
background-color: $primary;
|
background-color: #0389ec;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ARCHIVED {
|
.DELETED {
|
||||||
stroke: rgba($red-1, 0.1);
|
stroke: rgba(#0389ec, 0.1);
|
||||||
background-color: rgba($red-1, 0.1);
|
background-color: rgba(#0389ec, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.select-oval {
|
.select-oval {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user