Add box shadow to mobile nav components.

This commit is contained in:
MickeyKay
2014-10-20 14:22:26 -07:00
parent 0a87ff0a74
commit b2e6ff661b
+2
View File
@@ -1406,6 +1406,7 @@ Site Header
right: 0;
max-height: 0;
opacity: 0;
box-shadow: 0 4px 8px 1px rgba(0,0,0,0.4);
filter: alpha(opacity=0);
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
@@ -2153,6 +2154,7 @@ Media Queries
max-height: 9999px;
opacity: 1;
filter: alpha(opacity=100);
box-shadow: none;
}
.site-header .nav-primary,