adjusting dropdown styles for the action items in county menu
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 6 Dec 2018 16:58:55 +0000 (11:58 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 6 Dec 2018 16:58:55 +0000 (11:58 -0500)
css/app.css
scss/plugins/_countyMap.scss

index a75ebae..471be65 100644 (file)
@@ -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 {
index 30c6372..f9510f3 100644 (file)
@@ -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