]> git.parisson.com Git - mezzo.git/commitdiff
Change the subtitle font in home slider
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Mon, 26 Sep 2016 08:44:11 +0000 (10:44 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Mon, 26 Sep 2016 08:44:11 +0000 (10:44 +0200)
app/static/src/sass/modules/boxes/_article-box.scss

index ad217b8c34cce11ac745332379184b6f5bd7755e..1b93349177e36c34abcd73ef5f59b0beaf9cf944 100644 (file)
@@ -108,6 +108,17 @@ $module: ".article-box";
         @include typeface(serif);
         @include margin-top(.25);
         font-weight: weight(regular);
+
+        .slider-home & {
+
+            @include font-size(m);
+            @include line-height(1);
+            @include typeface(sans-serif);
+            @include margin-top(.25);
+            font-weight: weight(regular);
+
+        }
+
     }
 
     &__desc {