Added margin to wc-tabs
authorLaury GvR <laury@gaslightmedia.com>
Tue, 5 Apr 2016 20:36:45 +0000 (16:36 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 5 Apr 2016 20:36:45 +0000 (16:36 -0400)
css/app.css
scss/plugins/_woocommerce.scss

index 3dd55c7..74cc879 100644 (file)
@@ -6644,6 +6644,7 @@ main.woocommerce, div.woocommerce {
       main.woocommerce .product.type-product .woocommerce-tabs ul.wc-tabs:before, div.woocommerce .product.type-product .woocommerce-tabs ul.wc-tabs:before {
         border-bottom-color: lightgrey; }
       main.woocommerce .product.type-product .woocommerce-tabs ul.wc-tabs li, div.woocommerce .product.type-product .woocommerce-tabs ul.wc-tabs li {
+        margin-right: 8px;
         background-color: white;
         color: #ed7023;
         border: 1px solid #0f789f;
index 79fef21..7466dfa 100644 (file)
@@ -148,6 +148,7 @@ div.woocommerce {
                     
                 }
                 li {
+                    margin-right: 8px;
                     background-color: white;
                     color: $orange;
                     border: 1px solid $blue;