/**
* @styles var-z-index Z-Index
* @parent variables.less
*
* `z-index.less` 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.
*
**/


@zindex-navbar:            1000;
@zindex-dropdown:          1000;
@zindex-navbar-fixed:      1030;
@zindex-popover:           1060;
@zindex-tooltip:           1070;
@zindex-modal-background:  2050;
@zindex-modal:             2100;
