adjusted padding for active topbar link
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 26 Jan 2016 17:33:37 +0000 (12:33 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 26 Jan 2016 17:33:37 +0000 (12:33 -0500)
css/app.css
scss/_topbar.scss

index 3ee6322..d2a6550 100644 (file)
@@ -6472,7 +6472,7 @@ header {
           font-size: 1.3125rem; } }
     .top-bar-section ul li.active:not(.has-form) > a:not(.button) {
       background: #cc6535;
-      padding: 19px 5px;
+      padding: 20.5px 5px;
       line-height: 1.4; }
     .top-bar-section ul li.drop-left > .dropdown {
       right: 0 !important;
index 1e099fd..951fc6f 100644 (file)
@@ -72,7 +72,7 @@
                 
                 & > a:not(.button) {
                     background: $orange;
-                    padding: 19px 5px; 
+                    padding: 20.5px 5px; 
                     line-height: 1.4;
                 }
             }