feat(representation): enhance finance page with summary cards and improved table styling

This commit is contained in:
hamed
2026-06-24 20:16:10 +03:30
parent 9603b702c1
commit 93fa0fc2c9
2 changed files with 108 additions and 26 deletions
+2
View File
@@ -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 {