Sha256: cdb03b5b6b1158f5c3455bac8d9cf00fdd048c196c4ace21ec34f2a817d6dfcf

Contents?: true

Size: 602 Bytes

Versions: 5

Compression:

Stored size: 602 Bytes

Contents

/*------------------------------------*\
    #PAGE-CONTENT
\*------------------------------------*/

.page-content {
    position: relative;
    z-index: index($page-container, page-content);
}

.page-content--checkout {}

    .page-content__aside {
        display: none;

        @include respond-to($medium-breakpoint) {
            display: block;
        }

        .mobile-filters-nav & {
            display: block;
            max-height: 100%;
            overflow-y: auto;
        }

        .page-content--checkout & {
            display: block;
        }
    }

    .page-content__main {}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
workarea-nvy_theme-1.2.1 app/assets/stylesheets/workarea/storefront/components/_page_content.scss
workarea-nvy_theme-1.2.0 app/assets/stylesheets/workarea/storefront/components/_page_content.scss
workarea-nvy_theme-1.1.4 app/assets/stylesheets/workarea/storefront/components/_page_content.scss
workarea-nvy_theme-1.1.3 app/assets/stylesheets/workarea/storefront/components/_page_content.scss
workarea-nvy_theme-1.1.2 app/assets/stylesheets/workarea/storefront/components/_page_content.scss