Files
bridget/assets/css/_variables.scss
Sped0n 2bc6d213ee chore(variables.scss): update variable names and values for better readability and consistency
chore(style.scss): reorganize import statements for better organization and readability
2023-10-29 00:58:26 +08:00

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;
}