G-Loot DS — button close

by Augustin Hiebel

HTML

<!-- Normal -->
<button type="button" class="button button-primary button-close">
  <span class="icon icon-e-remove" />
</button>

<!-- Small -->
<button type="button" class="button button-primary button-close button-sm">
  <span class="icon icon-e-remove" />
</button>