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.4.13 app/assets/stylesheets/workarea/storefront/settings/_z_indexes.scss
workarea-storefront-3.4.12 app/assets/stylesheets/workarea/storefront/settings/_z_indexes.scss