aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-striped-html5up/static/sass/libs/_vars.scss
blob: 396ddf6cea3d9ea24d72669c8aabe816afbf3a48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// Misc.
	$misc: (
		z-index-base:	10000,
		sidebar-side:	'left'
	);

// Duration.
	$duration: (
		sidebar:		0.5s
	);

// Size.
	$size: (
		sidebar:		14em
	);

// Font.
	$font: (
	);

// Palette.
	$palette: (
	);