styling and fond sweetalert font override

This commit is contained in:
2026-04-23 15:13:49 +02:00
parent 2993a443a7
commit ade9ca2128
2 changed files with 23 additions and 5 deletions

View File

@@ -331,6 +331,14 @@ body {
flex-shrink: 0;
}
.badge-category {
background: #e0e0e0;
color: #5a5a7a;
display: inline-flex;
align-items: center;
gap: 4px;
}
.badge-pending { background: #fff3cd; color: #856404; }
.badge-approved { background: #d4edda; color: #155724; }
.badge-rejected { background: #f8d7da; color: #721c24; }
@@ -486,6 +494,16 @@ body {
.back-link a { color: #5a5a7a; }
/* -----------------------------------------------------------------
SweetAlert2 Font Override
----------------------------------------------------------------- */
.swal2-input,
.swal2-textarea,
.swal2-select {
font-family: 'Segoe UI', system-ui, sans-serif !important;
}
/* -----------------------------------------------------------------
Mobile Responsive
----------------------------------------------------------------- */