changed input text line height
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 11 Dec 2015 19:26:34 +0000 (14:26 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 11 Dec 2015 19:26:34 +0000 (14:26 -0500)
style.css

index e3bdb8c..46c3a00 100644 (file)
--- a/style.css
+++ b/style.css
@@ -523,13 +523,12 @@ button, input[type="button"], input[type="reset"], input[type="submit"], .button
 
 input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea, .input-text {
   padding: 1em;
-  box-shadow: none; }
+  box-shadow: none; 
+line-height: 20px;}
 
 button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .added_to_cart.alt, .widget-area .widget a.button.alt, .added_to_cart {
   border: 0 !important; }
-.woocommerce-validated .input-text{
-    line-height: 20px;
-}
+
 
 a {
   font-weight: 400; }