henry-web/nginx/html/assets/sass/libs/_vars.scss

22 lines
210 B
SCSS
Raw Normal View History

2018-09-05 07:43:58 +00:00
// Misc.
$misc: (
z-index-base: 10000
);
// Duration.
$duration: (
navPanel: 0.5s
);
// Size.
$size: (
navPanel: 275px
);
// Font.
$font: (
);
// Palette.
$palette: (
);