Buttons
Try out the element's hover state!
Examples
Default styling
.button--primary
Primary element.
.button--warning
Warning element.
.button--go
Go forth and prosper element.
.button--light
Use with dark backgrounds.
.button--lg
Large element.
Markup: components/buttons/buttons.html
<button class="button [modifier class]">Button</button>
<input type="submit" class="button [modifier class]" value="Input" />
<a class="button [modifier class]" href="#">Link</a>
<button class="button [modifier class]" disabled>Button has disabled attr</button>
Source:
components/buttons/_buttons.scss, line 1