]> git.parisson.com Git - mezzo.git/commitdiff
Fix pattern on article box
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Fri, 4 Nov 2016 14:04:51 +0000 (15:04 +0100)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Fri, 4 Nov 2016 14:04:51 +0000 (15:04 +0100)
app/static/src/sass/modules/boxes/_article-box.scss

index 67aab6e7a8058007c35aae1f9b06b3fd2af8e616..18715ccc183a31f10af65822f77b1571c66fb051 100644 (file)
@@ -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;