feat: add picked_up normalized delivery status (odebrana przez kuriera)
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
&--unknown { background: #f5f5f5; color: #999; }
|
||||
&--created { background: #e3f2fd; color: #1565c0; }
|
||||
&--confirmed { background: #bbdefb; color: #0d47a1; }
|
||||
&--picked_up { background: #e1f5fe; color: #01579b; }
|
||||
&--in_transit { background: #fff3e0; color: #e65100; }
|
||||
&--out_for_delivery { background: #ffe0b2; color: #bf360c; }
|
||||
&--ready_for_pickup { background: #f3e5f5; color: #6a1b9a; }
|
||||
|
||||
Reference in New Issue
Block a user