This repository has been archived on 2025-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
2022-04-26 16:53:05 +08:00

22 lines
210 B
SCSS

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