From 09fdf7beae6534aae520c9083a6d860bc76850f7 Mon Sep 17 00:00:00 2001 From: MTG2000 Date: Tue, 16 Aug 2022 13:23:24 +0300 Subject: [PATCH] update: remove css zVars --- src/styles/ui_state.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/styles/ui_state.scss b/src/styles/ui_state.scss index aa2e496..3f8527f 100644 --- a/src/styles/ui_state.scss +++ b/src/styles/ui_state.scss @@ -1,10 +1,3 @@ :root { --navHeight: 0; - - // Z Indexes - --baseZ: 10; - --navZ: var(--baseZ) + 1; - --popupZ: var(--navZ) + 1; - --modalZ: var(--popupZ) + 1; - --particlesZ: var(--modalZ) + 1; }