Using translations instead of hardcoded

This commit is contained in:
2022-01-14 14:37:50 +01:00
parent 8d3ba314e0
commit bb0a04b19a
3 changed files with 3 additions and 7 deletions

View File

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