Sha256: 139b8f1a5f46f139903e681be668c820fcbaa65d859e2d0f850337a64d29e068

Contents?: true

Size: 524 Bytes

Versions: 2

Compression:

Stored size: 524 Bytes

Contents

/*------------------------------------*\
    #ORDER-SUMMARY
\*------------------------------------*/

$order-summary-data-section-background-color:  $background-color-component !default;

.order-summary {}

    .order-summary__section {
        margin-bottom: $vertical-margin;
    }

    .order-summary__data {}

        .order-summary__data-section {
            margin-bottom: $vertical-margin;
            padding: $spacing-unit * 2;
            background-color: $order-summary-data-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/components/_order_summary.scss
workarea-one_theme-1.3.0 app/assets/stylesheets/workarea/storefront/components/_order_summary.scss