From 7b69c43effac5683d07b2b18cf25e7878a3d535d Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 15 May 2017 16:12:15 -0400 Subject: [PATCH] using the signup-for-enews-sidebar-3 image for the enews action item in the sidebar new images were given for the sidebar, changing the enews-sidebar image for the enews action item --- 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 471f3f8..ab773cb 100644 --- a/css/app.css +++ b/css/app.css @@ -6826,7 +6826,7 @@ body .addthis_wrapper { display: block; width: 300px; height: 145px; - background: url(../assets/Sign-up-for-enews-button-3.png); + background: url(../assets/signup-for-enews-sidebar-3.png); margin-bottom: 42px; background-position: 0px 1px; background-size: cover; diff --git a/scss/_sidebar.scss b/scss/_sidebar.scss index 87c3d6f..b222d97 100644 --- a/scss/_sidebar.scss +++ b/scss/_sidebar.scss @@ -22,7 +22,7 @@ display: block; width: 300px; height:145px; - background: url(../assets/Sign-up-for-enews-button-3.png); + background: url(../assets/signup-for-enews-sidebar-3.png); margin-bottom: 42px; background-position:0px 1px; background-size: cover; -- 2.17.1