www.rezo-rm.fr/overflow/assets/sass/libs/_vars.scss

22 lines
210 B
SCSS
Raw Permalink Normal View History

2021-06-29 20:37:59 +00:00
// Misc.
$misc: (
z-index-base: 10000
);
// Duration.
$duration: (
navPanel: 0.5s
);
// Size.
$size: (
navPanel: 275px
);
// Font.
$font: (
);
// Palette.
$palette: (
);