feat(frontend): Spectrum UX port — Tabs + AlertBanner + BackLink + compact tables (sprint 11) #13

Merged
knacky merged 11 commits from sprint/11-spectrum-ux into main 2026-06-22 08:25:38 +00:00
Showing only changes of commit 2c7fcec7cd - Show all commits

View File

@@ -150,7 +150,7 @@
/* ─── Sub-page tabs (L1) ─────────────────────────────────────────────── */
.tab-underline {
@apply text-graphite caption-bold cursor-pointer border-b-2 border-transparent hover:text-ink px-xs;
@apply text-graphite text-caption-bold cursor-pointer border-b-2 border-transparent hover:text-ink px-xs;
}
.tab-underline-active {
@apply text-primary border-primary;
@@ -185,7 +185,7 @@
@apply px-md py-xxs;
}
.table-compact td {
@apply px-md py-xxs caption-md;
@apply px-md py-xxs text-caption-md;
height: 32px;
}
.table-compact tbody tr {