feat(representation): enhance finance page with summary cards and improved table styling
This commit is contained in:
@@ -456,6 +456,8 @@ body {
|
||||
.tbl th { text-align: right; padding: 8px 12px; color: var(--text-3); font-weight: 500; white-space: nowrap; }
|
||||
.tbl td { padding: 8px 12px; border-bottom: 1px solid var(--border); }
|
||||
.tbl tbody tr:last-child td { border-bottom: none; }
|
||||
.tbl-zebra tbody tr:nth-child(even) td { background: var(--surface-2); }
|
||||
.tbl-zebra tbody tr:hover td { background: var(--surface-3); }
|
||||
|
||||
/* ── Appointment status badges ───────────────────────────────── */
|
||||
.appt-status {
|
||||
|
||||
Reference in New Issue
Block a user