Sha256: c46b828ed140739f4c1bd7de45511796c2a1f7bdf9025652d4ad3eeb0678ae1f
Contents?: true
Size: 1.12 KB
Versions: 2
Compression:
Stored size: 1.12 KB
Contents
/*------------------------------------*\ #CHECKOUT-STEP-SUMMARY \*------------------------------------*/ .checkout-step-summary { @include checkout-section; } /** * 1. Positioning context for .checkout-step-summary__step-section-action */ .checkout-step-summary__step { position: relative; /* [1] */ margin-bottom: $spacing-unit * 2; } .checkout-step-summary__step--hidden-for-small { display: none; @include respond-to($medium-breakpoint) { display: block; } } .checkout-step-summary__step-heading { @extend %heading; @extend %heading--4; } .checkout-step-summary__section { padding: $spacing-unit; } .checkout-step-summary__step-section-heading { @extend %heading; @extend %heading--5; } .checkout-step-summary__step-section-content { margin-bottom: 0; } .checkout-step-summary__step-action { position: absolute; top: 0; right: 0; }
Version data entries
2 entries across 2 versions & 1 rubygems