website-marie/themes/prologue/static/sass/libs/_vars.scss

22 lines
185 B
SCSS
Raw Permalink Normal View History

2020-07-20 23:04:35 +02:00
// Misc.
$misc: (
z-index-base: 10000
);
// Duration.
$duration: (
header: 0.5s
);
// Size.
$size: (
header: 275px
);
// Font.
$font: (
);
// Palette.
$palette: (
);