G-Loot DS — button success
by Augustin Hiebel
HTML
<!-- Text only -->
<button type='button' class='button button-success'>
<span>Button Label</span>
</button>
<!-- Icon + text -->
<button type='button' class='button button-success'>
<span class='icon icon-heart' />
<span>Button Label</span>
</button>
<!-- Text + icon -->
<button type='button' class='button button-success'>
<span>Button Label</span>
<span class='icon icon-heart' />
</button>
<!-- Icon only -->
<button type='button' class='button button-success rounded-full'>
<span class='icon icon-heart' />
</button>