|
250 | 250 | // ============================================================================ |
251 | 251 | // $ Z-INDEX |
252 | 252 | // ---------------------------------------------------------------------------- |
253 | | -.z-hide { z-index: @zi-hide !important; } |
254 | | -.z-base { z-index: @zi-base !important; } |
255 | | -.z-active { z-index: @zi-active !important; } |
256 | | -.z-selected { z-index: @zi-selected !important; } |
257 | | -.z-dropdown { z-index: @zi-dropdown !important; } |
258 | | -.z-popover { z-index: @zi-popovers !important; } |
259 | | -.z-tooltip { z-index: @zi-tooltips !important; } |
260 | | -.z-banner { z-index: @zi-banners !important; } |
261 | | -.z-nav { z-index: @zi-navigation !important; } |
262 | | -.z-nav-fixed { z-index: @zi-navigation-fixed !important; } |
263 | | -.z-modal { z-index: @zi-modals !important; } |
264 | | -.z-modal-bg { z-index: @zi-modals-background !important; } |
| 253 | +.z-hide { z-index: var(--zi-hide) !important; } |
| 254 | +.z-base { z-index: var(--zi-base) !important; } |
| 255 | +.z-active { z-index: var(--zi-active) !important; } |
| 256 | +.z-selected { z-index: var(--zi-selected) !important; } |
| 257 | +.z-dropdown { z-index: var(--zi-dropdown) !important; } |
| 258 | +.z-popover { z-index: var(--zi-popovers) !important; } |
| 259 | +.z-tooltip { z-index: var(--zi-tooltips) !important; } |
| 260 | +.z-banner { z-index: var(--zi-banners) !important; } |
| 261 | +.z-nav { z-index: var(--zi-navigation) !important; } |
| 262 | +.z-nav-fixed { z-index: var(--zi-navigation-fixed) !important; } |
| 263 | +.z-modal { z-index: var(--zi-modals) !important; } |
| 264 | +.z-modal-bg { z-index: var(--zi-modals-background) !important; } |
265 | 265 |
|
266 | 266 | // ============================================================================ |
267 | 267 | // $ OUTLINE |
|
0 commit comments