23 lines
234 B
SCSS
23 lines
234 B
SCSS
|
// Misc.
|
||
|
$misc: (
|
||
|
z-index-base: 10000,
|
||
|
sidebar-side: 'left'
|
||
|
);
|
||
|
|
||
|
// Duration.
|
||
|
$duration: (
|
||
|
sidebar: 0.5s
|
||
|
);
|
||
|
|
||
|
// Size.
|
||
|
$size: (
|
||
|
sidebar: 14em
|
||
|
);
|
||
|
|
||
|
// Font.
|
||
|
$font: (
|
||
|
);
|
||
|
|
||
|
// Palette.
|
||
|
$palette: (
|
||
|
);
|