feat(ui-kit): tauri pastel stat cards on doctor/clinic dashboards

Exact tauri stat-card palette tokens; doctor and clinic dashboards now
render 4 pastel StatCards (amber/violet/green/pink) matching the
clinic-pro-tauri reference.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
hamed
2026-06-23 17:41:18 +03:30
co-authored by Claude Opus 4.8
parent 0bd18d74b7
commit 0cef1518d7
2 changed files with 29 additions and 41 deletions
+5 -5
View File
@@ -47,11 +47,11 @@
--accent: #f0682a;
--accent-600: #db5a1f;
--accent-bg: #fdeee4;
/* رنگ‌های پاستلی stat-cards داشبورد (هم‌خوان با tauri) */
--stat-amber-bg: #fdf0e3; --stat-amber-fg: #e08a1e;
--stat-violet-bg: #efeefb; --stat-violet-fg: #6d5cf0;
--stat-green-bg: #e7f6ef; --stat-green-fg: #16a35a;
--stat-pink-bg: #fdeee9; --stat-pink-fg: #f0682a;
/* رنگ‌های پاستلی stat-cards داشبورد (دقیقاً مطابق clinic-pro-tauri) */
--stat-amber-bg: rgba(255,192,81,0.11); --stat-amber-fg: #FFC051;
--stat-violet-bg: rgba(85,89,206,0.08); --stat-violet-fg: #5559CE;
--stat-green-bg: rgba(0,157,121,0.10); --stat-green-fg: #009D79;
--stat-pink-bg: rgba(241,119,50,0.10); --stat-pink-fg: #F17732;
--ring: color-mix(in oklch, var(--primary) 32%, transparent);
--shadow-sm: 0 1px 2px rgba(15,27,46,.06), 0 1px 3px rgba(15,27,46,.05);
--shadow: 0 2px 6px rgba(15,27,46,.06), 0 8px 24px rgba(15,27,46,.06);