Decrease margin of form label giftcard product
authorLaury GvR <laury@gaslightmedia.com>
Wed, 9 Dec 2015 16:44:08 +0000 (11:44 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 9 Dec 2015 16:44:08 +0000 (11:44 -0500)
css/app.css
scss/plugins/_woocommerce.scss

index 8893216..4e64dbc 100644 (file)
@@ -7834,9 +7834,9 @@ h3#ship-to-different-address {
 .gform_wrapper .top_label .gfield_label {
   margin: 9px 0 0; }
 
-.ginput_container_text {
+#content .ginput_container_text {
   margin-top: 0; }
-  .ginput_container_text input {
+  #content .ginput_container_text input {
     margin: 0; }
 
 /* End WooCommerce */
index dd6e6f7..db0a381 100644 (file)
@@ -787,7 +787,7 @@ h3#ship-to-different-address {
 .gform_wrapper .top_label .gfield_label {
     margin: 9px 0 0;
 }
-.ginput_container_text {
+#content .ginput_container_text {
     margin-top: 0;
     input {
         margin: 0;