chore(profile): change appearance of activity history entries

This commit is contained in:
2026-02-10 00:28:57 +01:00
parent 150b7749ae
commit 200e994ae6
3 changed files with 97 additions and 71 deletions
+17
View File
@@ -135,3 +135,20 @@
color: black;
}
}
.timetable-status-badge {
padding: 0.05em 0.35em;
color: black;
&.terminated {
background-color: salmon;
}
&.fulfilled {
background-color: lightgreen;
}
&.active {
background-color: lightblue;
}
}