From: Anthony Talarico Date: Thu, 6 Dec 2018 16:52:59 +0000 (-0500) Subject: adjusting county map position in the dropdown X-Git-Tag: v1.0.0^2~373 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=2f7b18fc40cf73ffd7c5277c32bcaeaab7d7ba0d;p=WP-Themes%2Fuptravel.git adjusting county map position in the dropdown --- diff --git a/assets/lighthouses.svg b/assets/lighthouses.svg new file mode 100644 index 0000000..6e4caea --- /dev/null +++ b/assets/lighthouses.svg @@ -0,0 +1,62 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/assets/waterfalls.svg b/assets/waterfalls.svg new file mode 100644 index 0000000..6a9cd90 --- /dev/null +++ b/assets/waterfalls.svg @@ -0,0 +1,141 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/css/app.css b/css/app.css index 786a435..63ae8f4 100644 --- a/css/app.css +++ b/css/app.css @@ -7311,7 +7311,7 @@ body .resetMap { transform: translateX(8%) !important; } body #county-map-dropdown { display: none; - transform: translateX(-10%); + transform: translateX(-50%); background-color: #460204; transition: transform 300ms ease-in-out; } body #county-map-dropdown #area-map-container { diff --git a/scss/plugins/_countyMap.scss b/scss/plugins/_countyMap.scss index d87d063..d52dab5 100644 --- a/scss/plugins/_countyMap.scss +++ b/scss/plugins/_countyMap.scss @@ -23,7 +23,7 @@ body{ } #county-map-dropdown{ display: none; - transform: translateX(-10%); + transform: translateX(-50%); background-color: darken($red, 10%); transition: transform 300ms ease-in-out;