G-Loot DS — toast structure

by Augustin Hiebel

HTML

<div class="toast" role="alert" aria-live="assertive">
  <span class="icon icon-20 icon-c-info" />
  <div>
    <div class="toast-title">Success</div>
    <div class="toast-description">Your profile has been successfully updated.</div>
  </div>
  <button type="button" class="button button-sm button-ghost button-close" data-dismiss="toast" aria-label="Close">
    <span class="icon icon-e-remove" />
  </button>
</div>