feat: enhance StaffPage modals and form fields with improved layout and error handling

This commit is contained in:
hamed
2026-07-30 10:30:39 +03:30
parent 57aeb40934
commit 1d338503c8
2 changed files with 121 additions and 55 deletions
+3
View File
@@ -579,6 +579,9 @@ body {
/* field-label utility */
.field-label { display: block; font-size: 12.5px; font-weight: 600; color: var(--text-2); margin-bottom: 5px; }
/* پیام خطای اعتبارسنجی زیر ورودی — هر دو نام در صفحات موجود استفاده شده‌اند */
.err-text, .field-error { display: block; font-size: 11.5px; font-weight: 600; color: var(--danger); }
/* ── Buttons ─────────────────────────────────────────────────── */
.btn {
display: inline-flex; align-items: center; justify-content: center; gap: 8px;