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
@@ -87,7 +87,7 @@
</b>
<b
class="info-badge"
class="timetable-status-badge"
:class="{
fulfilled: timetable.fulfilled,
terminated: timetable.terminated && !timetable.fulfilled,
@@ -171,23 +171,6 @@ export default defineComponent({
gap: 0.25em;
}
.info-badge {
padding: 0.05em 0.35em;
color: black;
&.terminated {
background-color: salmon;
}
&.fulfilled {
background-color: lightgreen;
}
&.active {
background-color: lightblue;
}
}
.btn-timetable {
display: flex;
padding: 0.2em 0.5em;