]> git.parisson.com Git - mezzo.git/commitdiff
Fixed header
authorJérémy Fabre <Jeremy@iMac-de-Jeremy-2.fritz.box>
Thu, 9 Feb 2017 14:43:47 +0000 (15:43 +0100)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy-2.fritz.box>
Thu, 9 Feb 2017 14:43:47 +0000 (15:43 +0100)
app/static/src/sass/layout/_global.scss
app/static/src/sass/layout/_header.scss

index 2eaa8d1b4d7e07683d3c29b5caa3d3414eee67aa..e313b40e9a84b14395c9a26e333a10f8f1cbc94f 100755 (executable)
@@ -30,6 +30,7 @@
 }
 
 #container {
+    margin-top: 57px;
     @include mq($until: sm) {
         margin-top: $header-height-tablet;
     }
index 3a451c6a084e2b5611a6fdcb7a9cc5d55537ce24..a5f066c886041e6af8df4ece51469d3874701339 100755 (executable)
@@ -26,14 +26,14 @@ $module: ".header";
     position: relative;
 
     background: white;
-    box-shadow: 0 10px 50px rgba(79,227,194,0.5);
+    box-shadow: 0 10px 130px rgba(79,227,194,0.5);
+    position: fixed;
+    width: 100%;
+    top: 0;
+    left: 0;
+    z-index: 100;
 
     @include mq($until: sm) {
-        position: fixed;
-        width: 100%;
-        top: 0;
-        left: 0;
-        z-index: 100;
         height: $header-height-tablet;
         @include mq($until: xs) {
             height: $header-height-mobile;