]> git.parisson.com Git - mezzo.git/commitdiff
Add some new styles
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Thu, 15 Sep 2016 14:44:09 +0000 (16:44 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Thu, 15 Sep 2016 14:44:09 +0000 (16:44 +0200)
app/static/src/sass/global/_typography.scss
app/static/src/sass/modules/sliders/_slider-page.scss

index d0160728509c0ac4211d5fcd91a9623ebfca8eba..1d302d793b05e618b6081a5b5293e9d0169db8fc 100755 (executable)
@@ -114,3 +114,12 @@ figure {
     @include margin-bottom(2);
        font-weight: weight(heavy);
 }
+
+h1 + .chapo {
+       @include margin-top(-2);
+       @include margin-bottom(4);
+       @include typeface(sans-serif);
+       @include font-size(xxl);
+       font-weight: weight(regular);
+
+}
index 200d0a8504e303c5a5de03c26a970e3be479c9b5..1f58dbe464c4f7b3eeb9aca55c93b5f388e5b411 100644 (file)
@@ -5,6 +5,7 @@ $module: ".slider-page";
     list-style-type: none;
     margin: 0;
     padding: 0;
+    
 
     //
     // Not lightslider, lets go with Flexbox W00t W00t