Sha256: 9825c984bdf949436f7bb8f7a482cf8571813dace705a78218100c5e1aa63d0d
Contents?: true
Size: 893 Bytes
Versions: 5
Compression:
Stored size: 893 Bytes
Contents
/*------------------------------------*\ #CART \*------------------------------------*/ .cart {} .cart--empty { margin-top: $spacing-unit * 4; text-align: center; } .cart__empty-pre-heading { font-weight: bold; text-transform: uppercase; } .cart__empty-heading { @extend %heading; @extend %heading--4; margin-bottom: $spacing-unit * 3; @include respond-to($medium-breakpoint) { margin-bottom: $spacing-unit * 5; } } .cart__continue-shopping { margin-bottom: $spacing-unit * 10; } .cart__checkout-action-group { @include respond-to($medium-breakpoint) { text-align: right; } } .cart__checkout-action { margin-bottom: $vertical-margin; } .cart__promo-code { margin-bottom: $vertical-margin; }
Version data entries
5 entries across 5 versions & 1 rubygems