From 9ff140202b67bfea5e5e6ae5eb16b7e888fa62a7 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 27 Feb 2019 08:34:05 -0500 Subject: [PATCH] changing the view all and order visitors guide to new yellow --- 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 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 { -- 2.17.1