From: Ian Weller Date: Wed, 5 Apr 2017 12:49:56 +0000 (-0400) Subject: I increased the font size of the dropdown X-Git-Tag: v1.0.0^2~21 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=33ceac33639a0c0ccaf23bfea0f12e21154f94ed;p=WP-Themes%2Fcharlevoixlibrary.git I increased the font size of the dropdown I increased the size of the dropdown menu font from 17 to 18. --- 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;