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.27 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.5.26 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.4.45 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.5.25 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.5.23 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.4.44 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.5.22 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.4.43 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.5.21 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.4.42 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.5.20 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.4.41 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.5.19 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.4.40 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.5.18 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.4.39 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.5.17 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.4.38 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.5.16 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss
workarea-storefront-3.4.37 app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss