From: Jérémy Fabre Date: Fri, 4 Nov 2016 14:04:51 +0000 (+0100) Subject: Fix pattern on article box X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=7d04d460f478f7abc09417f4ab6e6b5d463a013e;p=mezzo.git Fix pattern on article box --- diff --git a/app/static/src/sass/modules/boxes/_article-box.scss b/app/static/src/sass/modules/boxes/_article-box.scss index 67aab6e7..18715ccc 100644 --- a/app/static/src/sass/modules/boxes/_article-box.scss +++ b/app/static/src/sass/modules/boxes/_article-box.scss @@ -62,7 +62,7 @@ $module: ".article-box"; background: $color-main; - &.recherche { + &.recherche, &.research { background-color: white; background-image: url(../img/patterns/squares.png); opacity: 0.4; @@ -77,7 +77,7 @@ $module: ".article-box"; background-image: url(../img/patterns/stripes.png); opacity: 0.4; } - &.innovation { + &.innovation, &.innovations { background-color: white; background-image: url(../img/patterns/triangles.png); opacity: 0.2;