Secondary button
The second-most prominent button in a form, or an alternative action link.
Example
Code sample
1
2
3
<button type="submit" class="button button_secondary button_theme_secondary">
Save
</button>
Usage notes
Can be an
<a>,<input>, or<button>element.Comes with two possible themes…
.button_theme_primaryand.button_theme_secondary
Source files