From: Anthony Talarico Date: Tue, 26 Jan 2016 17:33:37 +0000 (-0500) Subject: adjusted padding for active topbar link X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f325a7238cb54338d55057ba48eccfd1974b9bea;p=WP-Themes%2Fglmthemes%2Fsaultstemarie-theme.git adjusted padding for active topbar link --- diff --git a/css/app.css b/css/app.css index 3ee6322..d2a6550 100644 --- a/css/app.css +++ b/css/app.css @@ -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; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 1e099fd..951fc6f 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -72,7 +72,7 @@ & > a:not(.button) { background: $orange; - padding: 19px 5px; + padding: 20.5px 5px; line-height: 1.4; } }