progress bar (DSP)
The progress bar displays the steps needed to complete the purchase flow/checkout. This should be placed inside a DSP .package
to give it the proper padding, and then center-aligned on the page.
Example
HTML
<div class="package small">
<div class="progress">
<h5 class="active">1. Account</h5>
<h5>2. Payment</h5>
<h5>3. Review</h5>
</div>
</div>