main.css 577 B

1234567891011121314151617181920212223242526272829
  1. /*Raktárban*/
  2. .badge-status110 {
  3. color: #ffffff !important;
  4. background-color: green !important;
  5. }
  6. /*Szervízben*/
  7. .badge-status111 {
  8. color: #ffffff !important;
  9. background-color: #f8c471 !important;
  10. }
  11. /*Kiadva*/
  12. .badge-status112 {
  13. color: #ffffff !important;
  14. background-color: #a569bd !important;
  15. }
  16. /*Szállítás alatt*/
  17. .badge-status113 {
  18. color: #ffffff !important;
  19. background-color: #5499c7 !important;
  20. }
  21. /*Hibás*/
  22. .badge-status114 {
  23. color: #ffffff !important;
  24. background-color: red !important;
  25. }