refactor(exam): flat sidebar list, weight badges, UI cleanup

Signed-off-by: Abhinav Sinha <[email protected]>
This commit is contained in:
Abhinav Sinha
2026-06-18 01:11:19 +05:30
parent 7e75c8ae02
commit 09bd1b20da
9 changed files with 273 additions and 72 deletions
@@ -76,6 +76,19 @@
margin-left: auto;
}
.examWeight {
font-family: var(--mono);
font-size: 11px;
font-weight: 700;
color: var(--teal);
background: var(--teal-dim);
padding: 2px 7px;
border-radius: 3px;
border: 1px solid color-mix(in srgb, var(--teal) 30%, transparent);
margin-left: auto;
}
.scenarioTitle {
font-size: 19px;
font-weight: 800;