mirror of
https://github.com/simon987/Much-Assembly-Required-Frontend.git
synced 2025-04-10 14:26:44 +00:00
22 lines
197 B
SCSS
22 lines
197 B
SCSS
// Misc.
|
|
$misc: (
|
|
z-index-base: 10000
|
|
);
|
|
|
|
// Duration.
|
|
$duration: (
|
|
navPanel: 0.5s
|
|
);
|
|
|
|
// Size.
|
|
$size: (
|
|
navPanel: 275px
|
|
);
|
|
|
|
// Font.
|
|
$font: (
|
|
);
|
|
|
|
// Palette.
|
|
$palette: (
|
|
); |