Contextual feedback blocks for success, warning, danger, info, and dismissible application states.
Each example uses Sass v2 classes directly while the page still renders through the normal Header/Body/Footer service_3_modern section.
Use color variants to express status without custom CSS.
<div class="antsand-alert antsand-alert-success">
<span class="antsand-alert-icon">✓</span>
<div class="antsand-alert-content"><strong>Success</strong>Message</div>
</div>
Include a close button when JS can remove or collapse the alert.
<button class="antsand-alert-close" type="button" aria-label="Close">×</button>