From 7d04d460f478f7abc09417f4ab6e6b5d463a013e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Fri, 4 Nov 2016 15:04:51 +0100 Subject: [PATCH] Fix pattern on article box --- app/static/src/sass/modules/boxes/_article-box.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.5