I increased the font size of the dropdown
authorIan Weller <ian@gaslightmedia.com>
Wed, 5 Apr 2017 12:49:56 +0000 (08:49 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 5 Apr 2017 12:49:56 +0000 (08:49 -0400)
I increased the size of the dropdown menu font from 17 to 18.

css/app.css
scss/_topbar.scss

index 9b94f92..a5ad7ae 100644 (file)
@@ -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;
index 39ab7c3..c7a9542 100644 (file)
@@ -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;
                             & > 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;