From: Anthony Talarico Date: Thu, 6 Dec 2018 16:58:55 +0000 (-0500) Subject: adjusting dropdown styles for the action items in county menu X-Git-Tag: v1.0.0^2~371 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=03e8f6456b3e7ee3f98572932c2c2210c08bd052;p=WP-Themes%2Fuptravel.git adjusting dropdown styles for the action items in county menu --- diff --git a/css/app.css b/css/app.css index a75ebae..471be65 100644 --- a/css/app.css +++ b/css/app.css @@ -7308,7 +7308,7 @@ body .counties-menu .sub-menu { column-count: 2; flex-direction: column; } body .resetMap { - transform: translateX(8%) !important; } + transform: translateX(1%) !important; } body #county-map-dropdown { display: none; transform: translateX(-50%); @@ -7357,14 +7357,14 @@ body .leaflet-bottom.leaflet-right { left: 0; display: flex; justify-content: space-around; - width: 600px; + width: 500px; opacity: 0; } #county-action-items a { background: #f59e00; border: 1px solid white; border-radius: 5px; color: white; - font-size: 20px; + font-size: 16px; font-weight: bold; } .blog-dropdowns { diff --git a/scss/plugins/_countyMap.scss b/scss/plugins/_countyMap.scss index 30c6372..f9510f3 100644 --- a/scss/plugins/_countyMap.scss +++ b/scss/plugins/_countyMap.scss @@ -19,7 +19,7 @@ body{ } } .resetMap{ - transform: translateX(8%) !important; + transform: translateX(1%) !important; } #county-map-dropdown{ display: none; @@ -88,14 +88,14 @@ body{ left: 0; display: flex; justify-content: space-around; - width: 600px; + width: 500px; opacity: 0; a{ background: $gold; border: 1px solid white; border-radius: 5px; color: white; - font-size: 20px; + font-size: 16px; font-weight: bold; } } \ No newline at end of file