adjusting dropdown shadow for dorpdonw menus
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 14 Dec 2018 16:53:12 +0000 (11:53 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 14 Dec 2018 16:53:12 +0000 (11:53 -0500)
css/app.css
scss/_page.header.scss

index 01c7bb1..79e41e2 100644 (file)
@@ -6470,7 +6470,7 @@ body div#page-wrapper header#glm-main-header nav.top-bar {
         background: #f8fcf9;
         border-bottom-left-radius: 6px;
         border-bottom-right-radius: 6px;
-        box-shadow: 5px 5px 20px grey; }
+        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5); }
         body div#page-wrapper header#glm-main-header nav.top-bar section.top-bar-section > ul > li.menu-item ul.sub-menu.dropdown li.dropdown-container {
           float: none;
           list-style: none; }
index 9575674..9f92fef 100644 (file)
@@ -202,7 +202,7 @@ body{
                                 background: lighten($green, 49%);
                                 border-bottom-left-radius: 6px;
                                 border-bottom-right-radius: 6px;
-                                box-shadow: 5px 5px 20px grey;
+                                box-shadow: 5px 5px 20px rgba(0,0,0, .5);
                                 // padding: 10px;
                                 //background: darken($green, 10%);
                                 li.dropdown-container{