Notifications

Notification

Success notification .notification--success

Notification

Neutral notification .notification--neutral

Notification

Error notification .notification--error

Notification

Non-dismissable notification .is_not-dismissable

Notification
<div class="notification [modifier class]">
  <div class="notification-content">Notification</div>
  <div class="notification-dismiss"></div>
</div>

5-0-1 Notification with Date

Notification May 2011
<div class="notification notification--error ">
  <div class="notification-content">
    Notification
    <span class="notification-date">May 2011</span>
  </div>
</div>

5-2 Large Notifications

Notification

Success notification .notification--success

Notification

Neutral notification .notification--neutral

Notification

Error notification .notification--error

Notification
<div class="notification notification--large [modifier class]">
  <div class="notification-content">Notification</div>
</div>