mirror of
https://github.com/Alvin-Zilverstand/Challenge_15_Magazijn_App_Maken.git
synced 2026-03-07 05:47:32 +01:00
Add return pending status and related functionality for reservations
This commit is contained in:
@@ -299,6 +299,12 @@ body {
|
||||
border: 1px solid var(--vista-grey);
|
||||
}
|
||||
|
||||
.reservation-return_pending {
|
||||
background-color: #ffc107 !important;
|
||||
color: var(--vista-blue) !important;
|
||||
border: 1px solid var(--vista-peach);
|
||||
}
|
||||
|
||||
.reservation-returned {
|
||||
background-color: var(--vista-peach) !important;
|
||||
color: var(--vista-white) !important;
|
||||
|
||||
Reference in New Issue
Block a user