//-- Z-index master list
//
// Warning: Avoid customizing these values. They're used for a bird's eye view
// of components dependent on the z-axis and are designed to all work together.
//
// Note: These variables are not generated into the Customizer.

$z-index-header:            1000 !default;
$z-index-dropdown:          1000 !default;
$z-index-header-fixed:      1030 !default;
$z-index-nav-content:       1030 !default;
$z-index-nav-action:        $z-index-nav-content + 1 !default;
$z-index-off-canvas:        1030 !default;
$z-index-off-canvas-exit:   $z-index-off-canvas + 1 !default;
$z-index-modal-background:  1040 !default;
$z-index-modal:             1050 !default;
$z-index-popover:           1060 !default;
$z-index-tooltip:           1070 !default;
