From 27616aff3eaa1fb8baecfcfec1f0542473d1fb36 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 15 Feb 2022 18:57:05 +0100 Subject: Added lightbox --- tpl/index.pug | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tpl/index.pug') diff --git a/tpl/index.pug b/tpl/index.pug index a073280..fde71fd 100644 --- a/tpl/index.pug +++ b/tpl/index.pug @@ -19,6 +19,7 @@ include objects/action-menu.pug include objects/menu.pug include objects/backdrop.pug include objects/dialog.pug +include objects/lightbox.pug mixin box +container(padX=true padY=true inPage=true theme="raised") @@ -547,4 +548,13 @@ html p= loremIpsum p= loremIpsum + //----------------------------------------- + + +h1-heading('xl')= 'Lightbox' + +rule('medium') + + +box + +backdrop(class='t-dark' center=true) + +lightbox('avatar.png') + -- cgit v1.2.3-54-g00ecf