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