From: Anthony Talarico Date: Tue, 16 May 2017 12:53:52 +0000 (-0400) Subject: changing the support action item image in the sidebar X-Git-Tag: v1.0.0^2~5 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=024ee059a3f0faa0f7ad12fac7078d199f1a6037;p=WP-Themes%2Fgreatlakescfa.git changing the support action item image in the sidebar the sidebar action item for support needs the newer image that doesn't look grainy, replacing the old one with the new one --- diff --git a/css/app.css b/css/app.css index f5dfca1..2748c3d 100644 --- a/css/app.css +++ b/css/app.css @@ -6816,7 +6816,7 @@ body .addthis_wrapper { display: block; width: 149px; height: 72px; - background: url(../assets/support-button-3.png); + background: url(../assets/support-button-4.png); background-position: 0px 0px; background-size: cover; background-repeat: no-repeat; } diff --git a/scss/_sidebar.scss b/scss/_sidebar.scss index d104081..f53ee68 100644 --- a/scss/_sidebar.scss +++ b/scss/_sidebar.scss @@ -9,7 +9,7 @@ display: block; width: 149px; height: 72px; - background: url(../assets/support-button-3.png); + background: url(../assets/support-button-4.png); background-position:0px 0px; background-size: cover; background-repeat: no-repeat;