jean-cloud_website/helios/assets/sass/libs/_vars.scss
Adrian Amaglio 9b8d74732b dirty
2019-08-12 14:59:07 +02:00

22 lines
209 B
SCSS

// Misc.
$misc: (
z-index-base: 10000
);
// Duration.
$duration: (
navPanel: 0.5s
);
// Size.
$size: (
navPanel: 50vh
);
// Font.
$font: (
);
// Palette.
$palette: (
);