summaryrefslogtreecommitdiffstats
path: root/tpl/objects/dialog.pug
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/objects/dialog.pug')
-rw-r--r--tpl/objects/dialog.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/objects/dialog.pug b/tpl/objects/dialog.pug
index 3cbe95e..7e3e2d6 100644
--- a/tpl/objects/dialog.pug
+++ b/tpl/objects/dialog.pug
@@ -7,7 +7,7 @@ mixin dialog(title)
7 header.o-dialog__header 7 header.o-dialog__header
8 +div-heading('lg')(class='o-dialog__title') 8 +div-heading('lg')(class='o-dialog__title')
9 = title 9 = title
10 +rule('medium') 10 +rule('medium')(class='o-dialog__rule')
11 section.o-dialog__body 11 section.o-dialog__body
12 block 12 block
13 footer.o-dialog__footer.l-button-group 13 footer.o-dialog__footer.l-button-group