adjustment badges into rounded-pill + red color for urgent

This commit is contained in:
2022-01-14 14:18:37 +01:00
parent 9e48a1db0a
commit 8d3ba314e0
2 changed files with 4 additions and 3 deletions

View File

@@ -185,7 +185,8 @@ div[class*='activity-'] {
color: $chill-blue;
}
&.bg-urgent {
background-color: $chill-orange;
background-color: $chill-red;
color: white;
}
&.bg-confidential {
background-color: $chill-ll-gray;