Users need to be aware of important information related to their current activity.
Types:
<div class="alert alert-info">
<button type="button" class="close"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
<span class="icon icon-info"></span> Press the <strong>'A'</strong> key to automatically assign a case.
</div>
<div class="alert alert-success">
<button type="button" class="close"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
<span class="icon icon-check"></span> Case assigned to <strong>Jerry</strong>.
</div>
<div class="alert alert-warning">
<button type="button" class="close"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
<span class="icon-warning icon"></span> There are more than <strong>10</strong> cases assigned to <strong>John</strong>.
</div>
<div class="alert alert-danger">
<span class="icon-remove icon"></span> Please fix the 3 errors.
</div>