wizard_custom_mobile.scss 748 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. @import 'wizard_variables';
  2. .custom-wizard {
  3. .wizard-step-form {
  4. .wizard-btn {
  5. margin: 0;
  6. }
  7. }
  8. .wizard-step-description {
  9. .image-container {
  10. margin: 20px 0;
  11. padding: 0;
  12. }
  13. img.large {
  14. width: 150px;
  15. padding: 10px;
  16. }
  17. img.small {
  18. width: 60px;
  19. height: 60px;
  20. padding: 10px;
  21. }
  22. }
  23. .wizard-step-banner img {
  24. max-height: 250px !important;
  25. }
  26. .control-group {
  27. margin-right: 0;
  28. margin-bottom: 20px;
  29. width: 100%;
  30. }
  31. input, textarea {
  32. border: 1px solid #919191;
  33. }
  34. .wizard-column .wizard-field .field-description {
  35. display: flex;
  36. align-items: center;
  37. img {
  38. float: none;
  39. }
  40. i, span {
  41. flex: 1;
  42. }
  43. }
  44. }