
// Callout
// @type: element
// ===================================

$callout: (
	enabled: 					true,

	background: 				#FFF,
	borderColor: 				luiPalette(light, color),
	borderWidth: 				5px,

	verticalPadding: 			1em,
	horizontalPadding: 			2em,
	verticalMargin: 			1em,
	horizontalMargin: 			0,

	defaultColoring: 			(color: luiPalette(light, color), text: #222)
);
$luiTheme: luiSetTheme(element, callout, $callout);
