change color
This commit is contained in:
parent
c5bf0227e4
commit
252e6df9b2
@ -294,9 +294,11 @@ body {
|
||||
padding: 1.5rem;
|
||||
}
|
||||
|
||||
.status-pending { color: #FFA500; font-weight: 600; }
|
||||
.status-preparing { color: #007BFF; font-weight: 600; }
|
||||
.status-ready { color: #28A745; font-weight: 600; }
|
||||
.status-pending { background-color: #fff3cd !important; color: #856404 !important; border: 1px solid #ffeeba !important; font-weight: 600; padding: 0.35em 0.65em; }
|
||||
.status-preparing { background-color: #cce5ff !important; color: #004085 !important; border: 1px solid #b8daff !important; font-weight: 600; padding: 0.35em 0.65em; }
|
||||
.status-ready { background-color: #d1e7dd !important; color: #0f5132 !important; border: 1px solid #badbcc !important; font-weight: 600; padding: 0.35em 0.65em; }
|
||||
.status-completed { background-color: #d1e7dd !important; color: #0f5132 !important; border: 1px solid #badbcc !important; font-weight: 600; padding: 0.35em 0.65em; }
|
||||
.status-cancelled { background-color: #f8d7da !important; color: #721c24 !important; border: 1px solid #f5c6cb !important; font-weight: 600; padding: 0.35em 0.65em; }
|
||||
|
||||
.toast-container {
|
||||
position: fixed;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user