style(design): FINDING-001 — table font-size 16px → 14px per DESIGN.md
DESIGN.md type scale specifies 14px body / 13px data for table cells. The table was using 1rem (16px), which is Bootstrap's default. This reduces data density on the most visible component (the order table). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -287,7 +287,7 @@ input[type="checkbox"] {
|
||||
|
||||
/* ── Tables ──────────────────────────────────────── */
|
||||
.table {
|
||||
font-size: 1rem;
|
||||
font-size: 0.875rem; /* 14px — DESIGN.md Body */
|
||||
}
|
||||
|
||||
.table th {
|
||||
@@ -305,7 +305,7 @@ input[type="checkbox"] {
|
||||
.table td {
|
||||
padding: 0.625rem 1rem;
|
||||
color: var(--text-secondary);
|
||||
font-size: 1rem;
|
||||
font-size: 0.875rem; /* 14px — DESIGN.md Body */
|
||||
font-variant-numeric: tabular-nums;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user