big import, copied over most of the old site content
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: 50vh
|
||||
);
|
||||
|
||||
// Font.
|
||||
$font: (
|
||||
);
|
||||
|
||||
// Palette.
|
||||
$palette: (
|
||||
);
|
||||
Reference in New Issue
Block a user