]> git.parisson.com Git - mezzo.git/commitdiff
Add h3 style
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Thu, 15 Sep 2016 10:23:09 +0000 (12:23 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Thu, 15 Sep 2016 10:23:09 +0000 (12:23 +0200)
app/static/src/sass/config/_variables.scss
app/static/src/sass/global/_typography.scss

index fb3a6d9bf77fe37fde6b94b95b34ac958a31e7a0..a52d257d2c3195b8f99a6a09df4cbe342d7a75fc 100755 (executable)
@@ -77,6 +77,11 @@ $typestyles: (
                font-size: xxl,
                line-height: 1.5,
                weight: regular
+       ),
+       heading-3: (
+               font-size: l,
+               line-height: 1.5,
+               weight: regular
        )
 );
 
index 6dcd0dd5a5940eccf5ec633e9c86e4107ac2417a..d0160728509c0ac4211d5fcd91a9623ebfca8eba 100755 (executable)
@@ -39,6 +39,13 @@ h2 {
        }
 }
 
+h3 {
+    @include typeset(heading-3);
+    @include typeface(sans-serif);
+    @include margin-bottom(1);
+    @include margin-top(1);
+}
+
 p {
     @include margin-top(0);
     @include margin-bottom(1);