1
0
mirror of https://git.henryfjordan.com/henry/web synced 2019-01-16 02:39:46 +00:00
henry-web/nginx/html/assets/sass/libs/_vars.scss
2018-09-05 00:43:58 -07: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: (
);