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.
 
 
 

63 line
865 B

  1. .ce_form {
  2. padding: 0 190px 3rem 190px;
  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. &.widget-textarea {
  19. width: 100%;
  20. }
  21. &.widget-submit {
  22. display: flex;
  23. justify-content: flex-end;
  24. width: 100%;
  25. }
  26. }
  27. label {
  28. display: block;
  29. padding: 0 0 0.5rem 0;
  30. }
  31. input,
  32. select,
  33. textarea {
  34. display: block;
  35. width: 100%;
  36. padding: 8px 10px;
  37. border: 1px solid $tertiary;
  38. border-radius: 20px;
  39. }
  40. input {
  41. }
  42. select {
  43. padding-top: 10px;
  44. padding-bottom: 10px;
  45. }
  46. textarea {
  47. height: 200px;
  48. }
  49. .submit {
  50. @include button();
  51. }
  52. }