summaryrefslogtreecommitdiffstats
path: root/tpl/views/heading.pug
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-06-10 22:04:37 +0200
committerVolpeon <git@volpeon.ink>2022-06-10 22:04:37 +0200
commita6d3fbcfe90103ac3000d98cc97879d1c5c00915 (patch)
treeb74b04b021a8ab948c95792ef6bca653aea77be2 /tpl/views/heading.pug
parentUpdate (diff)
downloadiro-design-a6d3fbcfe90103ac3000d98cc97879d1c5c00915.tar.gz
iro-design-a6d3fbcfe90103ac3000d98cc97879d1c5c00915.tar.bz2
iro-design-a6d3fbcfe90103ac3000d98cc97879d1c5c00915.zip
Updated headings
Diffstat (limited to 'tpl/views/heading.pug')
-rw-r--r--tpl/views/heading.pug12
1 files changed, 10 insertions, 2 deletions
diff --git a/tpl/views/heading.pug b/tpl/views/heading.pug
index efdfb69..07080d5 100644
--- a/tpl/views/heading.pug
+++ b/tpl/views/heading.pug
@@ -1,15 +1,23 @@
1mixin view-heading 1mixin view-heading
2 +view('heading', 'Heading') 2 +view('heading', 'Heading')
3 .c-box 3 .c-box
4 h1= 'H1 default' 4 h1.u-mt-0= 'H1 default'
5 h2= 'H2 default' 5 h2= 'H2 default'
6 h3= 'H3 default' 6 h3= 'H3 default'
7 h4= 'H4 default' 7 h4= 'H4 default'
8 h5= 'H5 default' 8 h5= 'H5 default'
9 h6= 'H6 default' 9 h6= 'H6 default'
10 10
11 .c-box.s-headings
12 h1.u-mt-0: span.s-headings__primary= 'H1 styled'
13 h2= 'H2 styled'
14 h3= 'H3 styled'
15 h4= 'H4 styled'
16 h5= 'H5 styled'
17 h6= 'H6 styled'
18
11 .c-box 19 .c-box
12 +div-heading('xxl', true)= 'XXL Heading' 20 +div-heading('xxl', true)(class='u-mt-0')= 'XXL Heading'
13 +div-heading('xl')= 'XL Heading' 21 +div-heading('xl')= 'XL Heading'
14 +div-heading('lg')= 'LG Heading' 22 +div-heading('lg')= 'LG Heading'
15 +div-heading('md')= 'MD Heading' 23 +div-heading('md')= 'MD Heading'