
// Progress
// @type: element
// ===================================

$progress: (
	enabled: 					true,

	height: 					1.5em,
	slimHeight: 				5px,
	borderRadius: 				luiTheme(adjective, rounded, radius),
	background: 				#EFEFEF,
	defaultColoring: 			(color: #CCC, text: #666, lod: false),
	verticalMargin: 			1em,

	status: (
		fontWeight:				600
	),

	indicator: (
	),

	progressBar: (
		zIndex:					1000,
		height:					2px,
		fadeInDuration:			0.25s
	)
);
$luiTheme: luiSetTheme(element, progress, $progress);
