metro4
Version:
The front-end framework for Build responsive, mobile-first projects on the web with the first front-end component library in Metro Style
28 lines (25 loc) • 1.01 kB
text/less
@import (once) "../../include/vars";
@import (once) "../../include/mixins";
.z-absolute {z-index: @zindex-absolute;}
.z-dropdown {z-index: @zindex-dropdown;}
.z-sticky {z-index: @zindex-sticky;}
.z-fixed {z-index: @zindex-fixed;}
.z-modal-backdrop {z-index: @zindex-modal-backdrop;}
.z-modal {z-index: @zindex-modal;}
.z-popover {z-index: @zindex-popover;}
.z-tooltip {z-index: @zindex-tooltip;}
.z-top {z-index: @zindex-top;}
.z-notify {z-index: @zindex-notify;}
.z-charms {z-index: @zindex-charms;}
.z-overlay {z-index: @zindex-overlay;}
.z-fullscreen {z-index: @zindex-fullscreen;}
.z-1 {z-index: 1;}
.z-2 {z-index: 2;}
.z-3 {z-index: 3;}
.z-4 {z-index: 4;}
.z-5 {z-index: 5;}
.z-6 {z-index: 6;}
.z-7 {z-index: 7;}
.z-8 {z-index: 8;}
.z-9 {z-index: 9;}
.z-10 {z-index: 10;}