From 2b5249197e0b2c2fd1ff11e210423dd9bc4236dd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Mon, 26 Sep 2016 10:44:11 +0200 Subject: [PATCH] Change the subtitle font in home slider --- app/static/src/sass/modules/boxes/_article-box.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app/static/src/sass/modules/boxes/_article-box.scss b/app/static/src/sass/modules/boxes/_article-box.scss index ad217b8c..1b933491 100644 --- a/app/static/src/sass/modules/boxes/_article-box.scss +++ b/app/static/src/sass/modules/boxes/_article-box.scss @@ -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 { -- 2.39.5