Add admin order management with full status workflow.
This commit is contained in:
@@ -391,12 +391,16 @@
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.status--new { background: #dbeafe; color: #1d4ed8; }
|
||||
.status--confirmed { background: #e0e7ff; color: #4338ca; }
|
||||
.status--pending { background: #fef3c7; color: #b45309; }
|
||||
.status--unpaid { background: #fee2e2; color: #b91c1c; }
|
||||
.status--paid { background: #dbeafe; color: #1d4ed8; }
|
||||
.status--new { background: #fef3c7; color: #b45309; }
|
||||
.status--confirmed { background: #dbeafe; color: #1d4ed8; }
|
||||
.status--processing { background: #ede9fe; color: #6d28d9; }
|
||||
.status--shipped { background: #ffedd5; color: #c2410c; }
|
||||
.status--delivered { background: #d1fae5; color: #065f46; }
|
||||
.status--cancelled { background: #f3f4f6; color: #6b7280; }
|
||||
.status--refunded { background: #fce7f3; color: #be185d; }
|
||||
|
||||
.order-timeline {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user