summaryrefslogtreecommitdiffstats
path: root/tpl/views
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2023-02-05 19:34:44 +0100
committerVolpeon <git@volpeon.ink>2023-02-05 19:34:44 +0100
commit7ef3a81eab1aa167d3c9abb3b5100bf26001244d (patch)
treefd50e9d22613fd2b378500685ce6c483da5eb81f /tpl/views
parentSimplified dialog (diff)
downloadiro-design-7ef3a81eab1aa167d3c9abb3b5100bf26001244d.tar.gz
iro-design-7ef3a81eab1aa167d3c9abb3b5100bf26001244d.tar.bz2
iro-design-7ef3a81eab1aa167d3c9abb3b5100bf26001244d.zip
Bubble
Diffstat (limited to 'tpl/views')
-rw-r--r--tpl/views/bubble.pug4
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