diff options
Diffstat (limited to 'tpl/index.pug')
| -rw-r--r-- | tpl/index.pug | 10 |
1 files changed, 10 insertions, 0 deletions
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 | |||
| 19 | include objects/menu.pug | 19 | include objects/menu.pug |
| 20 | include objects/backdrop.pug | 20 | include objects/backdrop.pug |
| 21 | include objects/dialog.pug | 21 | include objects/dialog.pug |
| 22 | include objects/lightbox.pug | ||
| 22 | 23 | ||
| 23 | mixin box | 24 | mixin box |
| 24 | +container(padX=true padY=true inPage=true theme="raised") | 25 | +container(padX=true padY=true inPage=true theme="raised") |
| @@ -547,4 +548,13 @@ html | |||
| 547 | p= loremIpsum | 548 | p= loremIpsum |
| 548 | p= loremIpsum | 549 | p= loremIpsum |
| 549 | 550 | ||
| 551 | //----------------------------------------- | ||
| 552 | |||
| 553 | +h1-heading('xl')= 'Lightbox' | ||
| 554 | +rule('medium') | ||
| 555 | |||
| 556 | +box | ||
| 557 | +backdrop(class='t-dark' center=true) | ||
| 558 | +lightbox('avatar.png') | ||
| 559 | |||
| 550 | 560 | ||
