jean-cloud_website/helios/assets/sass/libs/_vars.scss

22 lines
209 B
SCSS
Raw Normal View History

2019-08-12 12:59:07 +00:00
// Misc.
$misc: (
z-index-base: 10000
);
// Duration.
$duration: (
navPanel: 0.5s
);
// Size.
$size: (
navPanel: 50vh
);
// Font.
$font: (
);
// Palette.
$palette: (
);