adjusted reservation drop down form font size and padding
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 1 Dec 2015 20:06:18 +0000 (15:06 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 1 Dec 2015 20:06:18 +0000 (15:06 -0500)
css/app.css
scss/_page.header.scss

index cb5f0ef..589a07a 100644 (file)
@@ -6476,6 +6476,10 @@ header .searchform input[type="submit"]:hover {
     width: 0.5rem;
     right: -0.4375rem; }
 
+#adults {
+  padding: 0px !important;
+  font-size: 13px; }
+
 #input {
   display: none; }
 
index 1df89b5..673280b 100644 (file)
@@ -263,7 +263,10 @@ header .searchform input[type="submit"]:hover{
         right: -0.4375rem;
     }
 }
-
+#adults{
+    padding: 0px !important;
+    font-size: 13px;
+}
 #input{
     display: none;
 }