Reduced bottom box shadow on main navigation
authorLaury GvR <laury@gaslightmedia.com>
Wed, 16 Nov 2016 19:54:37 +0000 (14:54 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 16 Nov 2016 19:54:37 +0000 (14:54 -0500)
css/app.css
scss/_page.header.scss

index 2db914f..8e2a3c8 100644 (file)
@@ -6338,7 +6338,7 @@ header {
   height: auto; }
   header.main {
     background: #FFFFFF;
-    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.85);
+    box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.5);
     z-index: 3;
     position: relative; }
     @media screen and (max-width: 1024px) {
index 3827348..7d11167 100644 (file)
@@ -55,7 +55,7 @@ header {
     height: auto;
     &.main {
         background: $white;
-        box-shadow: 0 5px 5px 0 rgba($black, 0.85);
+        box-shadow: 0 5px 5px 0px rgba($black, 0.50);
         z-index: 3;
         position: relative;
         @media screen and (max-width: 1024px) {