changing banner color of the dropdown text for travel tools > travel planner
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 11 Dec 2018 21:33:32 +0000 (16:33 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 11 Dec 2018 21:33:32 +0000 (16:33 -0500)
css/app.css
scss/plugins/_blogDropdown.scss

index fa34288..bbbb00d 100644 (file)
@@ -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%; }
index 220732b..b5c40dc 100644 (file)
@@ -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%;