mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
15 lines
485 B
SCSS
15 lines
485 B
SCSS
|
|
// Z-Index
|
|
// --------------------------------------------------
|
|
|
|
|
|
$z-index-content: 1 !default;
|
|
$z-index-swipe-handle: 5 !default;
|
|
$z-index-toolbar-border: 20 !default;
|
|
$z-index-list-border: 50 !default;
|
|
$z-index-aside-overlay: 80 !default;
|
|
$z-index-modal: 100 !default;
|
|
$z-index-alert: 110 !default;
|
|
$z-index-action-menu: 120 !default;
|
|
$z-index-click-block: 9999 !default;
|