]> git.parisson.com Git - mezzo.git/commitdiff
Fix the article box style
authorJérémy Fabre <blackmagik88@gmail.com>
Thu, 4 Aug 2016 09:14:34 +0000 (11:14 +0200)
committerJérémy Fabre <blackmagik88@gmail.com>
Thu, 4 Aug 2016 09:14:34 +0000 (11:14 +0200)
app/static/src/sass/modules/boxes/_article-box.scss

index c6d494a6de74ffef54df8c5f49d91babe82dc024..e2c5c691ea6e862be934b72f53d41e3f5e2c2b6d 100644 (file)
@@ -70,14 +70,13 @@ $module: ".article-box";
         @include padding(.25 .25 1 .25);
 
         position: relative;
-        height: 250px;
         overflow: hidden;
 
         @include mq($until: xs) {
             height: auto;
         }
 
-        &:after {
+        /*&:after {
 
             @include mq($until: xs) {
                 display: none;
@@ -93,7 +92,7 @@ $module: ".article-box";
             background-color: rgba(255,255,255,0);
             @include filter-gradient(#ffffff, #ffffff, vertical);
             @include background-image(linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%));
-        }
+        }*/
     }
 
     &__title {