Sha256: 7a4ad038c27eff65ec30db84163c1dd2038f83c4fc8dfb55c242285746543987

Contents?: true

Size: 865 Bytes

Versions: 7

Compression:

Stored size: 865 Bytes

Contents

// Misc.
	$misc: (
		z-index-base:		10000
	);

// Duration.
	$duration: (
		nav:				0.5s,
		transition:			0.2s
	);

// Size.
	$size: (
		border-radius:		0.375em,
		element-height:		2.75em,
		element-margin:		2em,
		sidebar-width:		26em,
		sidebar-width-alt:	24em,
		gutter:				3em
	);

// Font.
	$font: (
		family:				('Open Sans', sans-serif),
		family-heading:		('Roboto Slab', serif),
		family-fixed:		('Courier New', monospace),
		weight:				400,
		weight-bold:		600,
		weight-heading:		700,
		weight-heading-alt:	400,
		kerning-heading:	0.075em
	);

// Palette.
	$palette: (
		bg:					#ffffff,
		bg-alt:				#f5f6f7,
		fg:					#7f888f,
		fg-bold:			#3d4449,
		fg-light:			#9fa3a6,
		border:				rgba(210,215,217,0.75),
		border-bg:			transparentize(#e6ebed, 0.75),
		accent:				#6a6af5,
		accent-inverted:	#ffd455,
	);

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jekyll-theme-consulting-0.2.12 _sass/libs/_vars.scss
jekyll-theme-consulting-0.2.11 _sass/libs/_vars.scss
jekyll-theme-consulting-0.2.9 _sass/libs/_vars.scss
jekyll-theme-consulting-0.2.8 _sass/libs/_vars.scss
jekyll-theme-consulting-0.2.7 _sass/libs/_vars.scss
jekyll-theme-consulting-0.2.6 _sass/libs/_vars.scss
jekyll-theme-consulting-0.2.5 _sass/libs/_vars.scss