summaryrefslogtreecommitdiffstats
path: root/tpl/views/divider.pug
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-03-26 14:40:11 +0100
committerVolpeon <git@volpeon.ink>2022-03-26 14:40:11 +0100
commite4255279ff72e5438d297888d808851cdf2178ed (patch)
tree52fbae2c67f65376eae97025b433038d9f4a0e35 /tpl/views/divider.pug
parentSplit demo in :target views (diff)
downloadiro-design-e4255279ff72e5438d297888d808851cdf2178ed.tar.gz
iro-design-e4255279ff72e5438d297888d808851cdf2178ed.tar.bz2
iro-design-e4255279ff72e5438d297888d808851cdf2178ed.zip
Lots of updates, especially dialog
Diffstat (limited to 'tpl/views/divider.pug')
-rw-r--r--tpl/views/divider.pug21
1 files changed, 21 insertions, 0 deletions
diff --git a/tpl/views/divider.pug b/tpl/views/divider.pug
new file mode 100644
index 0000000..8c3ec0c
--- /dev/null
+++ b/tpl/views/divider.pug
@@ -0,0 +1,21 @@
1mixin view-divider
2 +view('divider', 'Divider')
3 .c-box
4 +div-heading('lg')= 'Heading'
5 +divider('strong')
6 p= loremIpsum
7
8 .c-box
9 +div-heading('sm')= 'Heading'
10 +divider('medium')
11 p= loremIpsum
12
13 .c-box
14 +div-heading('xs')= 'Heading'
15 +divider('faint')
16 p= loremIpsum
17
18 .c-box
19 +divider('strong')= 'Strong'
20 +divider('medium')= 'Medium'
21 +divider('faint')= 'Faint'