Gruntified previous commit
authorLaury GvR <laury@gaslightmedia.com>
Wed, 20 Jul 2016 16:51:42 +0000 (12:51 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 20 Jul 2016 16:51:42 +0000 (12:51 -0400)
css/app.css
scss/_topbar.scss

index 32f13d8..5a27265 100644 (file)
@@ -6384,6 +6384,8 @@ header.main {
       width: 100%;
       min-width: 950px;
       border: 5px solid #006a71; }
+      .top-bar-section ul li ul.dropdown li:hover a {
+        color: #c8c0ab; }
       .top-bar-section ul li ul.dropdown li {
         width: 25%;
         text-align: center;
@@ -6391,7 +6393,15 @@ header.main {
         .top-bar-section ul li ul.dropdown li a {
           font-size: 1rem;
           white-space: normal !important;
-          line-height: 10px; }
+          line-height: 10px;
+          float: none;
+          left: 0;
+          padding: 120px 0 0 0 !important;
+          position: absolute;
+          top: 0;
+          width: 85%;
+          margin: 0 7.5%;
+          background-color: transparent !important; }
         .top-bar-section ul li ul.dropdown li:not(.has-form) a:not(.button) {
           line-height: 1.5; }
         .top-bar-section ul li ul.dropdown li:last-child:not(.has-form) a:not(.button) {
index 7289dfd..4e36a97 100644 (file)
                 width: 100%;
                 min-width: 950px;
                 border: 5px solid $teal;
+                li:hover {
+                    a {
+                        color: $tan;
+                    }
+                }
                 li {
                     width: 25%;
                     text-align: center;
                         font-size: rem-calc(16);
                         white-space: normal !important;
                         line-height: 10px;
-//                        width: 204px;
+                        float: none;
+                        left: 0;
+                        padding: 120px 0 0 0 !important;
+                        position: absolute;
+                        top: 0;
+                        width: 85%;
+                        margin: 0 7.5%;
+                        background-color: transparent !important;
                     }
                     &:not(.has-form) a:not(.button){
                         line-height: 1.5;