wizard_custom_mobile.scss 725 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .custom-wizard {
  2. .wizard-step-form {
  3. .wizard-btn {
  4. margin: 0;
  5. }
  6. }
  7. .wizard-step-description {
  8. .image-container {
  9. margin: 20px 0;
  10. padding: 0;
  11. }
  12. img.large {
  13. width: 150px;
  14. padding: 10px;
  15. }
  16. img.small {
  17. width: 60px;
  18. height: 60px;
  19. padding: 10px;
  20. }
  21. .tip {
  22. position: relative;
  23. display: inline-block;
  24. margin: 20px 0;
  25. }
  26. }
  27. .control-group {
  28. margin-right: 0;
  29. margin-bottom: 20px;
  30. width: 100%;
  31. }
  32. input, textarea {
  33. border: 1px solid #919191;
  34. }
  35. .wizard-column {
  36. .checkbox-field > label {
  37. max-width: 80%;
  38. }
  39. .wizard-field .field-description img {
  40. float: left;
  41. }
  42. }
  43. }