From: Anthony Talarico Date: Wed, 27 Feb 2019 13:34:05 +0000 (-0500) Subject: changing the view all and order visitors guide to new yellow X-Git-Tag: v1.2.52^2~21 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=9ff140202b67bfea5e5e6ae5eb16b7e888fa62a7;p=WP-Themes%2Fmountpleasantwow.git changing the view all and order visitors guide to new yellow --- diff --git a/css/app.css b/css/app.css index 6e596e4..0a60964 100644 --- a/css/app.css +++ b/css/app.css @@ -8263,7 +8263,7 @@ a#calendar-link { position: absolute; bottom: 0; left: 70px; - background-color: #FFC742; + background-color: #E6E125; box-shadow: 3px 3px 2px lightgrey; text-align: center; } .visitor-view-order a { diff --git a/scss/_sidebar.scss b/scss/_sidebar.scss index a3b10a2..20f4309 100644 --- a/scss/_sidebar.scss +++ b/scss/_sidebar.scss @@ -218,7 +218,7 @@ a#calendar-link { position: absolute; bottom: 0; left: 70px; - background-color: #FFC742; + background-color: $revamp-yellow; box-shadow: 3px 3px 2px lightgrey; text-align: center; a {