No notes defined.

<!-- Info -->
<div id="js-notification-info" class="c-notification--info" role="alert">
  <p>Successfully saved your changes.</p>
  <button class="js-notification-close c-notification__close"><span>Close</span></button>
</div>

<!-- Danger -->
<div id="js-notification-danger" class="c-notification--danger" role="alert">
  <p><strong>Danger:</strong> You are about to close your account.</p>
  <button class="js-notification-close c-notification__close"><span>Close</span></button>
</div>

<!-- Warning -->
<div id="js-notification-warning" class="c-notification--warning" role="alert">
  <p>The system will be down for maintenance starting 12/31/2025.</p>
  <button class="js-notification-close c-notification__close"><span>Close</span></button>
</div>
/* Info: No context defined. */

/* Danger: No context defined. */

/* Warning: No context defined. */

<!-- Info -->
<div id="js-notification-info" class="c-notification--info" role="alert">
    <p>Successfully saved your changes.</p>
    <button class="js-notification-close c-notification__close"><span>Close</span></button>
</div>

<!-- Danger -->
<div id="js-notification-danger" class="c-notification--danger" role="alert">
    <p><strong>Danger:</strong> You are about to close your account.</p>
    <button class="js-notification-close c-notification__close"><span>Close</span></button>
</div>

<!-- Warning -->
<div id="js-notification-warning" class="c-notification--warning" role="alert">
    <p>The system will be down for maintenance starting 12/31/2025.</p>
    <button class="js-notification-close c-notification__close"><span>Close</span></button>
</div>