| 1234567891011121314151617181920212223242526272829 |
- /*Raktárban*/
- .badge-status110 {
- color: #ffffff !important;
- background-color: green !important;
- }
- /*Szervízben*/
- .badge-status111 {
- color: #ffffff !important;
- background-color: #f8c471 !important;
- }
- /*Kiadva*/
- .badge-status112 {
- color: #ffffff !important;
- background-color: #a569bd !important;
- }
- /*Szállítás alatt*/
- .badge-status113 {
- color: #ffffff !important;
- background-color: #5499c7 !important;
- }
- /*Hibás*/
- .badge-status114 {
- color: #ffffff !important;
- background-color: red !important;
- }
|