desktop.css 206 B

123456789101112
  1. .custom-wizard {
  2. background-color: initial;
  3. }
  4. .custom-wizard .wizard-step-description {
  5. line-height: 1.7;
  6. }
  7. .custom-wizard .wizard-column .wizard-step-banner {
  8. width: initial;
  9. max-width: 660px;
  10. }