From e864555ed09949a7068c1337ca9646536fbc0300 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 11 Dec 2018 16:33:32 -0500 Subject: [PATCH] changing banner color of the dropdown text for travel tools > travel planner --- css/app.css | 2 +- scss/plugins/_blogDropdown.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index fa34288..bbbb00d 100644 --- a/css/app.css +++ b/css/app.css @@ -7655,7 +7655,7 @@ body .leaflet-bottom.leaflet-right { text-align: center; color: white; position: absolute; - background: rgba(0, 147, 209, 0.8); + background: rgba(245, 158, 0, 0.7); bottom: 50%; transform: translateY(50%); width: 100%; } diff --git a/scss/plugins/_blogDropdown.scss b/scss/plugins/_blogDropdown.scss index 220732b..b5c40dc 100644 --- a/scss/plugins/_blogDropdown.scss +++ b/scss/plugins/_blogDropdown.scss @@ -71,7 +71,7 @@ text-align: center; color: white; position: absolute; - background: rgba($blue, 0.8); + background: rgba($gold, 0.7); bottom: 50%; transform: translateY(50%); width: 100%; -- 2.17.1