<button class="button button--small" type="button">Button</button>

<!-- or -->

<button class="button button--small" type="submit">Submit button</button>

<!-- or -->

<input class="button button--small" type="button" value="Button input">

<!-- or -->

<input class="button button--small" type="submit" value="Submit input">

<!-- or -->

<a class="button button--small" href="#">Link</a>

<!-- or -->

<span class="button button--small">Faux button</span>

There are no notes for this item.