Sha256: de09071f677e1fa45af3e8d42983f3ceae25384803335d6762bd741b9f1d72d9

Contents?: true

Size: 505 Bytes

Versions: 62

Compression:

Stored size: 505 Bytes

Contents

/*------------------------------------*\
    #CONTENT-WRAPPER
\*------------------------------------*/

/**
 * Wraps a portion of a page's content to center the content at a given width.
 * This is useful for full-bleed sites where some internal content should be
 * full width unless the viewport is very wide.
 */

$content-wrapper-padding:  0 $spacing-unit !default;

.content-wrapper,
%content-wrapper {
    margin:  0 auto;
    padding: $content-wrapper-padding;
    max-width: $x-wide-breakpoint;
}

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-storefront-3.4.27 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.5.4 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.4.26 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.5.3 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.4.25 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.5.2 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.4.24 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.5.1 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.4.23 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.4.22 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.5.0 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.4.21 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.5.0.beta.1 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.4.20 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.4.19 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.4.18 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.4.17 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.4.16 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.4.15 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.4.14 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss