From 03e8f6456b3e7ee3f98572932c2c2210c08bd052 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 6 Dec 2018 11:58:55 -0500 Subject: [PATCH] adjusting dropdown styles for the action items in county menu --- css/app.css | 6 +++--- scss/plugins/_countyMap.scss | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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 -- 2.17.1