From: Jérémy Fabre Date: Thu, 15 Sep 2016 14:44:09 +0000 (+0200) Subject: Add some new styles X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=afe8046ea85413183868b9021d2cd9d5aa7a36e0;p=mezzo.git Add some new styles --- diff --git a/app/static/src/sass/global/_typography.scss b/app/static/src/sass/global/_typography.scss index d0160728..1d302d79 100755 --- a/app/static/src/sass/global/_typography.scss +++ b/app/static/src/sass/global/_typography.scss @@ -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); + +} diff --git a/app/static/src/sass/modules/sliders/_slider-page.scss b/app/static/src/sass/modules/sliders/_slider-page.scss index 200d0a85..1f58dbe4 100644 --- a/app/static/src/sass/modules/sliders/_slider-page.scss +++ b/app/static/src/sass/modules/sliders/_slider-page.scss @@ -5,6 +5,7 @@ $module: ".slider-page"; list-style-type: none; margin: 0; padding: 0; + // // Not lightslider, lets go with Flexbox W00t W00t