_sections.scss
24 lines
| 1 | .givewp-donation-form__steps { |
| 2 | @media screen and (max-width: 71.5rem) { |
| 3 | border-radius: 0; |
| 4 | box-shadow: none; |
| 5 | } |
| 6 | } |
| 7 | |
| 8 | .givewp-layouts-section { |
| 9 | margin-bottom: 0; |
| 10 | |
| 11 | &__fieldset { |
| 12 | display: flex; |
| 13 | flex-direction: column; |
| 14 | gap: var(--givewp-spacing-6); |
| 15 | |
| 16 | &__legend { |
| 17 | legend { |
| 18 | margin-block-end: 0; |
| 19 | } |
| 20 | } |
| 21 | } |
| 22 | } |
| 23 | |
| 24 |