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