]> git.parisson.com Git - mezzo.git/commitdiff
Fix the links in the yellow blocks
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Mon, 3 Oct 2016 15:27:36 +0000 (17:27 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Mon, 3 Oct 2016 15:27:36 +0000 (17:27 +0200)
app/static/src/sass/modules/_page.scss

index 2ef85d9c68977736271dc55509d26ba8b0252ea8..609712472382086bc8be2e0073016171d671fd5a 100644 (file)
@@ -112,10 +112,12 @@ $module: ".page";
                        z-index: 1;
                        text-decoration: none;
                 border-color: $color-black;
+                border-bottom: 1px solid $color-black;
+                @include transition(all 0.15s ease-in-out);
 
                 &:hover {
-                    box-shadow: none;
-                    color: $color-black;
+                    box-shadow: inset 0 -30px $color-black;
+                    color: $color-main;
                 }
 
                }