Built files from Bizgaze WebServer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

MultiStep-theme.min.css 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. .multi-step .btn.btn-primary {
  2. color: white;
  3. }
  4. .multi-step .modal-header .modal-steps .step:before {
  5. border-color: #EAEAEA;
  6. }
  7. .multi-step .modal-header .modal-steps .step .dot {
  8. border-color: #EAEAEA;
  9. background-color: #EAEAEA;
  10. }
  11. .multi-step .modal-header .modal-steps .step:after {
  12. border-color: #EAEAEA;
  13. }
  14. .multi-step .modal-header .modal-steps .step.current .dot:before {
  15. background-color: #EAEAEA;
  16. }
  17. .multi-step .modal-header .modal-steps .step.skipped:after {
  18. border-color: #ffc107;
  19. }
  20. .multi-step .modal-header .modal-steps .step.skipped .dot {
  21. border-color: #ffc107;
  22. }
  23. .multi-step .modal-header .modal-steps .step.skipped .dot:before {
  24. background-color: #ffc107;
  25. }
  26. .multi-step .modal-footer .btn-prev {
  27. background-color: #39c0ba;
  28. }
  29. .multi-step .modal-footer .btn-prev.disabled {
  30. background-color: #EAEAEA;
  31. color: #000;
  32. }
  33. .multi-step .modal-footer .btn-skip {
  34. background-color: #ffc107;
  35. }
  36. .multi-step .modal-footer .btn-skip.disabled {
  37. background-color: #EAEAEA;
  38. color: #000;
  39. }
  40. .multi-step .modal-footer .btn-next {
  41. background-color: #39c0ba;
  42. }
  43. .multi-step .modal-footer .btn-next.disabled {
  44. background-color: #EAEAEA;
  45. color: #000;
  46. }