Sha256: bb954dea11a2be8930d5107c6fbf366338d7e5f9d168e1489a0df6f13c9312f2

Contents?: true

Size: 362 Bytes

Versions: 2

Compression:

Stored size: 362 Bytes

Contents

/*------------------------------------*\
    #CHECKOUT-SECTION
\*------------------------------------*/

$checkout-section-padding: $spacing-unit * 2 !default;
$checkout-section-background-color: $background-color-component !default;


@mixin checkout-section {
    padding: $checkout-section-padding;
    background-color: $checkout-section-background-color;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
workarea-one_theme-1.3.1 app/assets/stylesheets/workarea/storefront/tools/_checkout_section.scss
workarea-one_theme-1.3.0 app/assets/stylesheets/workarea/storefront/tools/_checkout_section.scss