mirror of
https://github.com/simon987/Much-Assembly-Required-Frontend.git
synced 2025-12-16 16:19:04 +00:00
Initial commit
This commit is contained in:
22
assets/sass/libs/_vars.scss
Normal file
22
assets/sass/libs/_vars.scss
Normal file
@@ -0,0 +1,22 @@
|
||||
// Misc.
|
||||
$misc: (
|
||||
z-index-base: 10000
|
||||
);
|
||||
|
||||
// Duration.
|
||||
$duration: (
|
||||
navPanel: 0.5s
|
||||
);
|
||||
|
||||
// Size.
|
||||
$size: (
|
||||
navPanel: 275px
|
||||
);
|
||||
|
||||
// Font.
|
||||
$font: (
|
||||
);
|
||||
|
||||
// Palette.
|
||||
$palette: (
|
||||
);
|
||||
Reference in New Issue
Block a user