diff options
| author | Volpeon <git@volpeon.ink> | 2022-02-15 18:57:05 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2022-02-15 18:57:05 +0100 |
| commit | 27616aff3eaa1fb8baecfcfec1f0542473d1fb36 (patch) | |
| tree | 771e0f36783a5c17ed0821378bd869bf7ee2f5a7 /tpl/index.pug | |
| parent | Brighter accents in dark mode (diff) | |
| download | iro-design-27616aff3eaa1fb8baecfcfec1f0542473d1fb36.tar.gz iro-design-27616aff3eaa1fb8baecfcfec1f0542473d1fb36.tar.bz2 iro-design-27616aff3eaa1fb8baecfcfec1f0542473d1fb36.zip | |
Added lightbox
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 | ||
