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.5.15 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.4.36 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.5.14 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.4.35 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.5.13 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.4.34 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.5.12 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.4.33 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.5.11 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.5.10 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.4.32 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.5.9 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.4.31 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.5.8 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.4.30 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.5.7 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.4.29 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.5.6 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.4.28 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.5.5 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss