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.
 
 
 

66 line
914 B

  1. .ce_form {
  2. padding: 0 0 3rem 0;
  3. }
  4. .mod_iso_checkout form,
  5. .ce_form {
  6. .formbody,
  7. .address_new {
  8. display: flex;
  9. justify-content: space-between;
  10. flex-wrap: wrap;
  11. }
  12. .address_new[style="display: block;"] {
  13. display: flex !important;
  14. }
  15. .widget {
  16. width: calc(50% - 20px);
  17. padding: 0 0 2rem 0;
  18. @media (max-width: 575px) {
  19. width: 100%;
  20. }
  21. &.widget-textarea {
  22. width: 100%;
  23. }
  24. &.widget-submit {
  25. display: flex;
  26. justify-content: flex-end;
  27. width: 100%;
  28. }
  29. }
  30. label {
  31. display: block;
  32. padding: 0 0 0.5rem 0;
  33. }
  34. input,
  35. select,
  36. textarea {
  37. display: block;
  38. width: 100%;
  39. padding: 8px 10px;
  40. border: 1px solid $tertiary;
  41. border-radius: 20px;
  42. }
  43. input {
  44. }
  45. select {
  46. padding-top: 10px;
  47. padding-bottom: 10px;
  48. }
  49. textarea {
  50. height: 200px;
  51. }
  52. .submit {
  53. @include button();
  54. }
  55. }