Buttons
Regular button
Success button
Secondary button
Tertiary button
Note: The two icon-only buttons are styled as squares. They use the following markup to achieve that:
- Uses
aria-label="Text"
attribute on the.btn
. - Uses a sibling
<span class="sr-only">Text<span>
element.