2.1 Elements.Alerts Alerts
Message box to communicate with users.
Examples
Default styling
Alerts message with a link.
.alert_info
info message
Alerts message with a link.
.alert_success
success message
Alerts message with a link.
.alert_warning
warning message
Alerts message with a link.
.alert_error
error message
Alerts message with a link.
Markup
<div class="alert [modifier class]">
<p>Alerts message with a <a href="#">link</a>.</p>
</div>
Source:
_elements/_alert.scss
, line 1