Alerts

Style user-feedback messages using one of the four contextual classes, .alert-success, .alert-info, .alert-warning or .alert-danger.

Optionally, you can also use the .alert-link class to create complementary link colors.

Example HTML

<div class="alert alert--info" role="alert">
  <p>
    <strong>Heads up!</strong> This <a href="#" class="alert-link">alert needs your attention</a>, but it's not super important. Basically just an FYI for you…
  </p>
</div>