Update styling for modal macro and add notes about what classes to use to maintain styling

This commit is contained in:
leigh-mil
2019-10-02 13:13:38 -04:00
parent f877b0a1d8
commit 52d16017c3
2 changed files with 17 additions and 6 deletions

View File

@@ -6,6 +6,11 @@
<div class='modal__container'>
<div class='modal__dialog' role='dialog' aria-modal='true'>
<div class='modal__body'>
<!-- Use these elements in caller for modal to be styled properly -->
<!-- h1 for header text -->
<!-- hr -->
<!-- div class='action-group' for buttons -->
{{ caller() }}
{% if dismissable %}