mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-21 05:29:31 -07:00
chore(variables.scss): update variable names and values for better readability and consistency
chore(style.scss): reorganize import statements for better organization and readability
This commit is contained in:
@@ -1,14 +1,12 @@
|
|||||||
// ==============================
|
@import '_core/mixins';
|
||||||
// Variables
|
|
||||||
// ==============================
|
|
||||||
|
|
||||||
// ========== Global ========== //
|
|
||||||
// Font and Line Height
|
|
||||||
$global-font-family: system-ui, -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei UI, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif !default;
|
|
||||||
$global-font-size: 16px;
|
|
||||||
$global-font-weight: 400;
|
|
||||||
$global-line-height: 1.5rem;
|
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--footer-height: 38px;
|
--window-height: 100vh;
|
||||||
}
|
--nav-height: 2rem;
|
||||||
|
--space-standard: 0.625rem;
|
||||||
|
|
||||||
|
--z-curtain: 200;
|
||||||
|
--z-nav-gallery: 500;
|
||||||
|
--z-cursor: 600;
|
||||||
|
--z-nav: 800;
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,15 +1,13 @@
|
|||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
|
|
||||||
@import "_variables";
|
@import '_core/reset';
|
||||||
|
@import '_core/font';
|
||||||
|
@import '_core/typography';
|
||||||
|
@import '_core/mixins';
|
||||||
|
@import '_variables';
|
||||||
|
@import '_core/base';
|
||||||
|
|
||||||
@import "_core/base";
|
@import '_partial/customCursor';
|
||||||
|
@import '_partial/nav';
|
||||||
@import "_core/media";
|
@import '_partial/stage';
|
||||||
|
@import '_partial/stageNav';
|
||||||
@import "_partial/imagesDesktop";
|
|
||||||
|
|
||||||
@import "_partial/imagesMobile";
|
|
||||||
|
|
||||||
@import "_partial/footer";
|
|
||||||
|
|
||||||
@import "_partial/overlay";
|
|
||||||
|
|||||||
Reference in New Issue
Block a user