Sha256: 4f3d240ea9967378ce9206e9869bf376f8c0c36bd75763266e3c55d6e158d018
Contents?: true
Size: 794 Bytes
Versions: 62
Compression:
Stored size: 794 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: ( ui-dialog, workflow-bar, browsing-controls, browsing-controls-dropdown, tooltipster, help-helper, takeover, header, ui-datepicker, ui-autocomplete, page-messages, turbolinks-progress-bar ) !default; $content-block: ( add-button, ) !default; $property-toggle: ( property, checkbox ) !default;
Version data entries
62 entries across 62 versions & 1 rubygems