]> git.parisson.com Git - mezzo.git/commitdiff
Fix for Add hover on shutter items
authorJérémy Fabre <Jeremy@iPhonedeFilipe.fritz.box>
Mon, 28 Nov 2016 14:27:16 +0000 (15:27 +0100)
committerJérémy Fabre <Jeremy@iPhonedeFilipe.fritz.box>
Mon, 28 Nov 2016 14:27:16 +0000 (15:27 +0100)
app/static/src/sass/pages/_home.scss

index f4edb16e71ca068cd5b102fdf9cb547f3f1ecc0b..09887f7f6715e55520aa6feb16877d8bbe4682a2 100644 (file)
@@ -120,6 +120,9 @@ $module: ".home";
             font-weight: weight(regular);
 
             @include margin(0 0 1 0);
+
+            position: relative;
+            z-index: 3;
         }
         >p {
             @include font-size(s);
@@ -181,6 +184,10 @@ $module: ".home";
             text-align: center;
             @include padding(2);
 
+            &:before {
+                display: none;
+            }
+
             >h2 {
                 margin: 0;
                 @include font-size(xl);