Sha256: 14b5aed27c36c7843c0c5e986d69212601b58973f5f41f997109c2a05122d7b4

Contents?: true

Size: 719 Bytes

Versions: 5

Compression:

Stored size: 719 Bytes

Contents

/*------------------------------------*\
        #Z-INDEXES
\*------------------------------------*/

/**
 * z-index values ordered pertaining to their container.
 *
 * $components is the base level. Other containers require a position
 * other than 'static'
 *
 * Based upon this article in Smashing Magazine
 * https://www.smashingmagazine.com/2014/06/sassy-z-index-management-for-complex-layouts/
 */

$components: (
    page-container,
    back-to-top-button,
    header-main,
    account-menu,
    ui-autocomplete,
    overlay,
    ui-dialog,
    admin-toolbar,
    page-messages,
    mobile-nav,
    mobile-filters-nav
) !default;

    $page-container: (
        page-content,
        page-header
    ) !default;

Version data entries

5 entries across 5 versions & 1 rubygems

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