From 02c9bb75e79e1900a7f183d65b4365ff231fa6e0 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 26 Jan 2016 12:50:16 -0500 Subject: [PATCH] .dropdown ul li a style not overriding topbar ul li a link style --- css/app.css | 4 ++-- scss/_topbar.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/app.css b/css/app.css index 29ef8f2..21ec620 100644 --- a/css/app.css +++ b/css/app.css @@ -6469,7 +6469,7 @@ header { font-size: 1.1875rem; } @media screen and (min-width: 1100px) { .top-bar-section ul li:not(.has-form) > a:not(.button) { - font-size: 1rem; } } + font-size: 1.3125rem; } } .top-bar-section ul li.active:not(.has-form) > a:not(.button) { background: #cc6535; padding: 20.5px 5px; @@ -6514,7 +6514,7 @@ header { background: #FFFFFF; } .top-bar-section ul li .dropdown li a { padding: 10px 0 5px !important; - font-size: 1rem; + font-size: 1rem !important; white-space: pre-wrap; border-bottom: 1px solid #dcddde; } .top-bar-section > ul > li:before { diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 80a7e57..3a1c8a5 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -64,7 +64,7 @@ line-height: 1.4; font-size: rem-calc(19); @media screen and (min-width: 1100px) { - font-size: rem-calc(16); + font-size: rem-calc(21); } } } @@ -122,7 +122,7 @@ } a { padding: 10px 0 5px !important; - font-size: rem-calc(16); + font-size: rem-calc(16) !important; white-space: pre-wrap; border-bottom: 1px solid #dcddde; } -- 2.17.1