Button
HTML
<div class="button__wrapper">
<button class="button">Button text (button)</button> <a class="button">Button text (a.button)</a> <label class="button">Button text
(label.button)</label>
</div>
Button (Large)
HTML
<div class="button__wrapper">
<button class="button button--large">Button text (button)</button> <a class="button button--large">Button text (a.button)</a> <label class=
"button button--large">Button text (label.button)</label>
</div>