mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
13 lines
193 B
SCSS
13 lines
193 B
SCSS
@import '_core/mixins';
|
|
|
|
:root {
|
|
--window-height: 100vh;
|
|
--nav-height: 2rem;
|
|
--space-standard: 0.625rem;
|
|
|
|
--z-curtain: 200;
|
|
--z-nav-gallery: 500;
|
|
--z-cursor: 600;
|
|
--z-nav: 800;
|
|
}
|