4 #Buttons Buttons
Toggle example guides Toggle HTML markup
Buttons are available in a number of sizes and colors. You may mix and match any size with any color.
Examples
Default styling
.button--success
A green success button
.button--danger
A red danger button
.button--small
A small button
.button--large
A large button
Markup
<button class="button [modifier class]">
click here
</button>
Source:
button.css
, line 1