Update styling for modal macro and add notes about what classes to use to maintain styling
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user