Refactored journey rendering.

This commit is contained in:
Mike Cao 2024-06-14 20:44:47 -07:00
parent b97ac23432
commit 2204ffa9c3
2 changed files with 182 additions and 148 deletions

View file

@ -104,10 +104,6 @@
background: var(--primary400);
}
.item.active .count {
background: var(--primary600);
}
.behind {
color: var(--base400);
}
@ -130,11 +126,15 @@
background: var(--base200);
}
.selected .count {
.item.selected .count {
color: var(--base50);
background: var(--base800);
}
.item.selected.active .count {
background: var(--primary600);
}
.line {
position: absolute;
bottom: 0;