From 024ee059a3f0faa0f7ad12fac7078d199f1a6037 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 16 May 2017 08:53:52 -0400 Subject: [PATCH] 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 --- css/app.css | 2 +- scss/_sidebar.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.17.1