changing the support action item image in the sidebar
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 16 May 2017 12:53:52 +0000 (08:53 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 16 May 2017 12:53:52 +0000 (08:53 -0400)
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
scss/_sidebar.scss

index f5dfca1..2748c3d 100644 (file)
@@ -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; }
index d104081..f53ee68 100644 (file)
@@ -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;