Odyssey styleguide

<insert-markup>components.stepper-</insert-markup>
1 Select Source

2 Rename

3 Summarize
Markup
<div class="odyssey-stepper">
	<div class="odyssey-stepper__header">
		<div class="odyssey-stepper__header__item odyssey-stepper__header__item--completed">
			<span class="odyssey-stepper__header__item__icon">1</span>
			<span class="odyssey-stepper__header__item__title">Select Source</span>
		</div>
		<hr class="odyssey-stepper__header__divider">
		<div class="odyssey-stepper__header__item  odyssey-stepper__header__item--active">
			<span class="odyssey-stepper__header__item__icon">2</span>
			<span class="odyssey-stepper__header__item__title">Rename</span>
		</div>
		<hr class="odyssey-stepper__header__divider">
		<div class="odyssey-stepper__header__item odyssey-stepper__header__item--disabled">
			<span class="odyssey-stepper__header__item__icon">3</span>
			<span class="odyssey-stepper__header__item__title">Summarize</span>
		</div>
	</div>
	<div class="odyssey-stepper__content">
		<div class="odyssey-stepper__content__step">
			<!-- content -->
		</div>
		<div class="odyssey-stepper__content__step odyssey-stepper__content__step--active">
			<!-- content -->
		</div>
		<div class="odyssey-stepper__content__step">
			<!-- content -->
		</div>
	</div>
	<div class="odyssey-stepper__footer">
		<button class="odyssey-stepper__footer__back odyssey-button odyssey-button--secondary odyssey-button--inverted odyssey-button--large">Back</button>
		<button class="odyssey-stepper__footer__cancel">Cancel</button>
		<button class="odyssey-stepper__footer__next odyssey-button odyssey-button--secondary odyssey-button--large">Finish</button>
	</div>
</div>
Source: src/components/stepper.less, line 1