//
// Export Summary Section
// ----------------------

.export-summary {
	
	.summary-empty {
		
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		min-height: $entities-min-selected-height;
		color: color("gray-light");
		
		.atum-icon {
			font-size: 144px;
		}
		
		.export-info {
			margin: $grid-gutter-width auto;
		}
	}
	
}

.export-actions {
	
	.alert {
		font-size: 16px;
		font-weight: bold;
		color: $success;
		background-color: $green-light;
		border: none;
		
		.atum-icon {
			font-size: 2.5em;
		}
	}
	
}