diff options
Diffstat (limited to 'tpl/views')
-rw-r--r-- | tpl/views/bubble.pug | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tpl/views/bubble.pug b/tpl/views/bubble.pug index be9cf38..84d0912 100644 --- a/tpl/views/bubble.pug +++ b/tpl/views/bubble.pug | |||
@@ -7,6 +7,10 @@ mixin view-bubble | |||
7 | = '12:34' | 7 | = '12:34' |
8 | +icon('lock')(class='u-ml-100') | 8 | +icon('lock')(class='u-ml-100') |
9 | 9 | ||
10 | .c-box | ||
11 | +bubble('Volpeon')(compact=true, highlight=true) | ||
12 | +slot('body')= loremIpsum | ||
13 | |||
10 | .c-box.u-themed.t-hi | 14 | .c-box.u-themed.t-hi |
11 | +bubble()(compact=true theme='t-def') | 15 | +bubble()(compact=true theme='t-def') |
12 | +slot('body')= loremIpsum | 16 | +slot('body')= loremIpsum |