Sha256: e2323dc6b2a7095a133679838f5b894f776a567d4ccf44db054532bbdf66e8c1

Contents?: true

Size: 671 Bytes

Versions: 62

Compression:

Stored size: 671 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,
    ui-autocomplete,
    ui-dialog,
    admin-toolbar,
    page-messages,
    mobile-nav,
    mobile-filters-nav
) !default;

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

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-storefront-3.5.27 app/assets/stylesheets/workarea/storefront/settings/_z_indexes.scss
workarea-storefront-3.5.26 app/assets/stylesheets/workarea/storefront/settings/_z_indexes.scss
workarea-storefront-3.4.45 app/assets/stylesheets/workarea/storefront/settings/_z_indexes.scss
workarea-storefront-3.5.25 app/assets/stylesheets/workarea/storefront/settings/_z_indexes.scss
workarea-storefront-3.5.23 app/assets/stylesheets/workarea/storefront/settings/_z_indexes.scss
workarea-storefront-3.4.44 app/assets/stylesheets/workarea/storefront/settings/_z_indexes.scss
workarea-storefront-3.5.22 app/assets/stylesheets/workarea/storefront/settings/_z_indexes.scss
workarea-storefront-3.4.43 app/assets/stylesheets/workarea/storefront/settings/_z_indexes.scss
workarea-storefront-3.5.21 app/assets/stylesheets/workarea/storefront/settings/_z_indexes.scss
workarea-storefront-3.4.42 app/assets/stylesheets/workarea/storefront/settings/_z_indexes.scss
workarea-storefront-3.5.20 app/assets/stylesheets/workarea/storefront/settings/_z_indexes.scss
workarea-storefront-3.4.41 app/assets/stylesheets/workarea/storefront/settings/_z_indexes.scss
workarea-storefront-3.5.19 app/assets/stylesheets/workarea/storefront/settings/_z_indexes.scss
workarea-storefront-3.4.40 app/assets/stylesheets/workarea/storefront/settings/_z_indexes.scss
workarea-storefront-3.5.18 app/assets/stylesheets/workarea/storefront/settings/_z_indexes.scss
workarea-storefront-3.4.39 app/assets/stylesheets/workarea/storefront/settings/_z_indexes.scss
workarea-storefront-3.5.17 app/assets/stylesheets/workarea/storefront/settings/_z_indexes.scss
workarea-storefront-3.4.38 app/assets/stylesheets/workarea/storefront/settings/_z_indexes.scss
workarea-storefront-3.5.16 app/assets/stylesheets/workarea/storefront/settings/_z_indexes.scss
workarea-storefront-3.4.37 app/assets/stylesheets/workarea/storefront/settings/_z_indexes.scss