changed color

This commit is contained in:
Timo Bejan 2020-11-16 21:07:43 +02:00
parent 3fbf43063e
commit 9b06cfb517

View File

@ -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 {