Odyssey styleguide

<insert-markup>components.dialog-</insert-markup>
Delete

Are you sure you want to delete this custom-made target? You will not be able to work with it again.

.odyssey-dialog__button--warning
Warning message
<insert-markup>components.dialog-0</insert-markup>
Delete

Are you sure you want to delete this custom-made target? You will not be able to work with it again.

.odyssey-dialog__button--attention
Warning message
<insert-markup>components.dialog-1</insert-markup>
Delete

Are you sure you want to delete this custom-made target? You will not be able to work with it again.

Markup
<div class="odyssey-dialog [modifier class]">
	<div class="odyssey-dialog__content-wrapper">
		<h6>Delete</h6>
		<p>Are you sure you want to delete this custom-made target? You will not be able to work with it again.</p>
	</div>
	<div class="odyssey-dialog__button-wrapper">
		<button class="odyssey-dialog__button">Cancel</button>
		<button class="odyssey-dialog__button odyssey-dialog__button--bold [modifier class]">Yes</button>
	</div>
</div>
Source: src/components/dialog.less, line 23