Files
Max Lynch c6120f71e8 Popup
2015-07-21 12:42:39 -05:00

26 lines
660 B
SCSS

// Z-Index
// --------------------------------------------------
// Grouped by elements which would be siblings
$z-index-aside-overlay: 80 !default;
$z-index-overlay: 1000 !default;
$z-index-click-block: 9999 !default;
$z-index-content-container: 5 !default;
$z-index-navbar-container: 10 !default;
$z-index-content: 5 !default;
$z-index-toolbar: 10 !default;
$z-index-swipe-handle: 15 !default;
$z-index-toolbar-border: 20 !default;
$z-index-list-border: 50 !default;
$z-index-popup-backdrop: 100;
$z-index-popup-wrapper: 101;