From 992332a0a02519f1155eca113353aa7dafe362ec Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 10 Jan 2023 15:24:44 +0100 Subject: Added smaller set of headings --- tpl/views/heading.pug | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'tpl/views') diff --git a/tpl/views/heading.pug b/tpl/views/heading.pug index 07080d5..bc16cee 100644 --- a/tpl/views/heading.pug +++ b/tpl/views/heading.pug @@ -9,17 +9,33 @@ mixin view-heading h6= 'H6 default' .c-box.s-headings - h1.u-mt-0: span.s-headings__primary= 'H1 styled' + h1.u-mt-0= 'H1 styled' h2= 'H2 styled' h3= 'H3 styled' h4= 'H4 styled' h5= 'H5 styled' h6= 'H6 styled' + .c-box.s-headings.s-headings--display + h1.u-mt-0= 'H1 display styled' + h2= 'H2 display styled' + h3= 'H3 display styled' + h4= 'H4 display styled' + h5= 'H5 display styled' + h6= 'H6 display styled' + .c-box - +div-heading('xxl', true)(class='u-mt-0')= 'XXL Heading' + +div-heading('xxl')(class='u-mt-0')= 'XXL Heading' +div-heading('xl')= 'XL Heading' +div-heading('lg')= 'LG Heading' +div-heading('md')= 'MD Heading' +div-heading('sm')= 'SM Heading' +div-heading('xs')= 'XS Heading' + + .c-box + +div-heading('xxl', true)(class='u-mt-0')= 'XXL display Heading' + +div-heading('xl', true)= 'XL display Heading' + +div-heading('lg', true)= 'LG display Heading' + +div-heading('md', true)= 'MD display Heading' + +div-heading('sm', true)= 'SM display Heading' + +div-heading('xs', true)= 'XS display Heading' -- cgit v1.2.3-54-g00ecf