From 5e2696d9ae35b37a9f7d0fe1c52b93fb84570464 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Fri, 25 Mar 2022 18:29:21 +0100 Subject: Split demo in :target views --- tpl/objects/dialog.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tpl/objects/dialog.pug') diff --git a/tpl/objects/dialog.pug b/tpl/objects/dialog.pug index 12726a3..2823e41 100644 --- a/tpl/objects/dialog.pug +++ b/tpl/objects/dialog.pug @@ -30,7 +30,7 @@ mixin dialog(title) .o-dialog__sidebar - slots.sidebar() header.o-dialog__header - +div-heading('lg')(class='o-dialog__title') + +div-heading('md')(class='o-dialog__title') = title +action-button(round=true quiet=true icon='x' class='o-dialog__close-btn') section(class=bodyClass) -- cgit v1.2.3-54-g00ecf