minor ui tweaks

This commit is contained in:
Timo Bejan 2020-11-17 20:56:09 +02:00
parent 70ac4c3585
commit c796f7e52a
3 changed files with 4 additions and 3 deletions

View File

@ -37,6 +37,6 @@
}
.rectangle {
height: 4px;
height: 6px;
}
}

View File

@ -350,6 +350,7 @@
"hide-comments": "Hide",
"cancel": "Cancel"
},
"error": "Error",
"unassigned": "Unassigned",
"under-review": "Under Review",
"under-approval": "Under Approval",

View File

@ -119,8 +119,8 @@
}
.ERROR {
stroke: $red-1;
background-color: $red-1;
stroke: lighten($red-1, 25%);
background-color: lighten($red-1, 25%);
}
.ACTIVE {