From 33ceac33639a0c0ccaf23bfea0f12e21154f94ed Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Wed, 5 Apr 2017 08:49:56 -0400 Subject: [PATCH] I increased the font size of the dropdown I increased the size of the dropdown menu font from 17 to 18. --- 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 9b94f92..a5ad7ae 100644 --- a/css/app.css +++ b/css/app.css @@ -6475,7 +6475,7 @@ header.main { .top-bar-section ul li.has-dropdown ul.dropdown li:not(.has-form):not(.active) > a:not(.button) { background: #1d3961; line-height: normal; - font-size: 1.0625rem; + font-size: 1.125rem; font-weight: normal; text-transform: none; padding: 13px 0 13px 15px; @@ -6500,7 +6500,7 @@ header.main { .top-bar-section ul li.has-dropdown ul.dropdown li.active:not(.has-form) > a:not(.button) { background: #1d3961; line-height: normal; - font-size: 1.0625rem; + font-size: 1.125rem; font-weight: normal; text-transform: none; padding: 13px 0 13px 15px; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 39ab7c3..c7a9542 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -87,7 +87,7 @@ & > a:not(.button) { background: $d-blue; line-height: normal; - font-size: rem-calc(17); + font-size: rem-calc(18); font-weight: normal; text-transform: none; padding: 13px 0 13px 15px; @@ -118,7 +118,7 @@ & > a:not(.button) { background: $d-blue; line-height: normal; - font-size: rem-calc(17); + font-size: rem-calc(18); font-weight: normal; text-transform: none; padding: 13px 0 13px 15px; -- 2.17.1