Chỉnh sửa phần upload ảnh

This commit is contained in:
2026-06-09 11:06:25 +07:00
parent 913867720f
commit 2fba77d50c
10 changed files with 171 additions and 27 deletions
+22
View File
@@ -994,3 +994,25 @@ html, body {
font-weight: bold;
padding: 0 5px;
}
/* Status Badges */
.status-badge {
font-size: 11px;
padding: 3px 8px;
border-radius: 12px;
font-weight: bold;
display: inline-flex;
align-items: center;
}
.status-badge.processing {
background: rgba(255, 193, 7, 0.2);
color: #ffc107;
border: 1px solid rgba(255, 193, 7, 0.4);
}
.status-badge.failed {
background: rgba(220, 53, 69, 0.2);
color: #dc3545;
border: 1px solid rgba(220, 53, 69, 0.4);
}