.dropdown ul li a style not overriding topbar ul li a link style
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 26 Jan 2016 17:50:16 +0000 (12:50 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 26 Jan 2016 17:50:16 +0000 (12:50 -0500)
css/app.css
scss/_topbar.scss

index 29ef8f2..21ec620 100644 (file)
@@ -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 {
index 80a7e57..3a1c8a5 100644 (file)
@@ -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);
                     }
                 }
             }
                     }
                     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;
                     }