update style for forms on shop
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 15 Jan 2016 14:49:31 +0000 (09:49 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 15 Jan 2016 14:49:31 +0000 (09:49 -0500)
css/app.css
scss/plugins/_woocommerce.scss

index b363083..d1e16a4 100644 (file)
@@ -7103,6 +7103,10 @@ h2#slide-text {
 #content-wrapper div.woocommerce #customer_details input[type=text], #content-wrapper div.woocommerce #customer_details input[type=email], #content-wrapper div.woocommerce #customer_details input[type=tel], #content-wrapper div.woocommerce #customer_details select, #content-wrapper div.woocommerce #customer_details textarea, #payment input[type=text], #payment input[type=email], #payment input[type=tel], #payment select, #payment textarea {
   font-size: 1rem !important; }
 
+#payment select {
+  padding: 0;
+  font-size: 1rem; }
+
 .woocommerce-breadcrumb, .woocommerce-info, .create-account {
   display: none; }
 
index 11ff18a..c8917a2 100644 (file)
@@ -5,5 +5,9 @@
         font-size: 1rem !important;
     }
 }
+#payment select {
+    padding: 0;
+    font-size: 1rem;
+}
 .woocommerce-breadcrumb, .woocommerce-info, .create-account { display: none; }
 /* End for mountpleasant */