Modals

<aside class="modal visible">
	<div class="modal-dialog">
		<header class="modal-title">
			<span>Title text</span>
			<button type="button" class="btn btn-icon text-current">
				<Icon />
				<span class="sr-only">Close</span>
			</button>
		</header>
		<section class="modal-body">Body text</section>
		<footer class="modal-footer">Footer text</footer>
	</div>
</aside>