See previous commit
authorLaury GvR <laury@gaslightmedia.com>
Wed, 9 Dec 2015 16:54:03 +0000 (11:54 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 9 Dec 2015 16:54:03 +0000 (11:54 -0500)
css/app.css
scss/plugins/_woocommerce.scss

index f9868d7..fd393b4 100644 (file)
@@ -7829,15 +7829,15 @@ h3#ship-to-different-address {
 .woocommerce-breadcrumb {
   display: none; }
 
-#content .gform_wrapper {
+.single_variation_wrap .gform_wrapper {
   margin: 1em 0 0; }
 
-#content .gform_wrapper .top_label .gfield_label {
+.single_variation_wrap .gform_wrapper .top_label .gfield_label {
   margin: 9px 0 0; }
 
-#content .ginput_container_textarea, #content .ginput_container_text {
+.single_variation_wrap .gform_wrapper .ginput_container_textarea, .single_variation_wrap .gform_wrapper .ginput_container_text {
   margin-top: 0; }
-  #content .ginput_container_textarea input, #content .ginput_container_text input {
+  .single_variation_wrap .gform_wrapper .ginput_container_textarea input, .single_variation_wrap .gform_wrapper .ginput_container_text input {
     margin: 0; }
 
 /* End WooCommerce */
index 01a35d9..47b6881 100644 (file)
@@ -783,14 +783,14 @@ h3#ship-to-different-address {
 .woocommerce-breadcrumb {
     display: none;
 }
-#content .gform_wrapper {
+.single_variation_wrap .gform_wrapper {
     margin: 1em 0 0;
 }
-#content .gform_wrapper .top_label .gfield_label {
+.single_variation_wrap .gform_wrapper .top_label .gfield_label {
     margin: 9px 0 0;
 }
-#content .ginput_container_textarea,
-#content .ginput_container_text {
+.single_variation_wrap .gform_wrapper .ginput_container_textarea,
+.single_variation_wrap .gform_wrapper .ginput_container_text {
     margin-top: 0;
     input {
         margin: 0;