wizard_custom_mobile.scss 754 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. .tip {
  23. position: relative;
  24. display: inline-block;
  25. margin: 20px 0;
  26. }
  27. }
  28. .control-group {
  29. margin-right: 0;
  30. margin-bottom: 20px;
  31. width: 100%;
  32. }
  33. input, textarea {
  34. border: 1px solid #919191;
  35. }
  36. .wizard-column {
  37. .checkbox-field > label {
  38. max-width: 80%;
  39. }
  40. .wizard-field .field-description img {
  41. float: left;
  42. }
  43. }
  44. }