Sha256: 103824b84269c83918e6b2fbe6745d2a1cd1cc9e68231235242a9a650ded2ee5

Contents?: true

Size: 465 Bytes

Versions: 5

Compression:

Stored size: 465 Bytes

Contents

/*------------------------------------*\
    #CHECKOUT-STEP-SUMMARY
\*------------------------------------*/

.checkout-step-summary {
    padding: $spacing-unit;
}

    .checkout-step-summary__step {}

    .checkout-step-summary__step--hidden-for-small {
        display: none;

        @include respond-to($medium-breakpoint) {
            display: block;
        }
    }
        .checkout-step-summary__step-heading {}
        .checkout-step-summary__section {}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
workarea-nvy_theme-1.2.1 app/assets/stylesheets/workarea/storefront/components/_checkout_step_summary.scss
workarea-nvy_theme-1.2.0 app/assets/stylesheets/workarea/storefront/components/_checkout_step_summary.scss
workarea-nvy_theme-1.1.4 app/assets/stylesheets/workarea/storefront/components/_checkout_step_summary.scss
workarea-nvy_theme-1.1.3 app/assets/stylesheets/workarea/storefront/components/_checkout_step_summary.scss
workarea-nvy_theme-1.1.2 app/assets/stylesheets/workarea/storefront/components/_checkout_step_summary.scss