mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-01-17 13:24:22 +01:00
update: remove css zVars
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user