• File: _sections.scss
  • Full Path: /home/bravrvjk/itiministry.org/wp-content/plugins/give/src/DonationForms/FormDesigns/TwoPanelStepsFormLayout/css/_sections.scss
  • Date Modified: 05/22/2025 12:18 AM
  • File size: 409 bytes
  • MIME-type: text/plain
  • Charset: utf-8
.givewp-donation-form__steps {
    @media screen and (max-width: 71.5rem) {
        border-radius: 0;
        box-shadow: none;
    }
}

.givewp-layouts-section {
    margin-bottom: 0;

    &__fieldset {
        display: flex;
        flex-direction: column;
        gap: var(--givewp-spacing-6);

        &__legend {
            legend {
                margin-block-end: 0;
            }
        }
    }
}