From ee9986710a9854347cb84932821dbbe8a73269e2 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 20 Jul 2016 12:51:42 -0400 Subject: [PATCH] Gruntified previous commit --- css/app.css | 12 +++++++++++- scss/_topbar.scss | 14 +++++++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 32f13d8..5a27265 100644 --- a/css/app.css +++ b/css/app.css @@ -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) { diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 7289dfd..4e36a97 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -59,6 +59,11 @@ width: 100%; min-width: 950px; border: 5px solid $teal; + li:hover { + a { + color: $tan; + } + } li { width: 25%; text-align: center; @@ -67,7 +72,14 @@ 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; -- 2.17.1