Dialog overlays for confirmations, checkout review, previews, and focused application tasks.
Each example uses Sass v2 classes directly while the page still renders through the normal Header/Body/Footer service_3_modern section.
Modal HTML stays in the page and JS toggles the active state.
<div class="antsand-modal active">
<div class="antsand-modal-dialog">
<div class="antsand-modal-header"><h3>Title</h3></div>
<div class="antsand-modal-body">Content</div>
<div class="antsand-modal-footer">Actions</div>
</div>
</div>
Use size modifiers on the root modal for small, large, XL, or fullscreen dialogs.
<div class="antsand-modal antsand-modal-lg">...</div>