Build labels with the class btn-label
The basic styling of a label. Button labels DO NOT need the class btn
.
Button Labels are build with btn-label
and have modifiers, which are outlined below.
<span class="btn-label">Default Label</span>
Add any of these modifiers to change the UI to a specific action.
<span class="btn-label">Default Label</span>
<span class="btn-label primary">Default Primary</span>
<span class="btn-label success">Success Label</span>
<span class="btn-label info">Info Label</span>
<span class="btn-label warning">Warning Label</span>
<span class="btn-label danger">Danger Label</span>