styling and fond sweetalert font override
This commit is contained in:
@@ -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
|
||||
----------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user