Commit 5dd03a20 by wangdonghong

fix

parent 51884e09
...@@ -1610,9 +1610,6 @@ footer{ ...@@ -1610,9 +1610,6 @@ footer{
display: inline-block; display: inline-block;
} }
.cart.table-wrapper .product-item-details{max-width:78px;} .cart.table-wrapper .product-item-details{max-width:78px;}
.cart.table-wrapper .product-item-details .checkout.checkout-methods-items li{display: block;}
.cart.table-wrapper .product-item-details .checkout.checkout-methods-items li .paypal.checkout{margin-bottom: 15px;}
.cart.table-wrapper .product-item-details .cart.table td{vertical-align: middle;}
.cart.table-wrapper .product-item-details .product-item-name{display: unset;} .cart.table-wrapper .product-item-details .product-item-name{display: unset;}
.cart.table-wrapper .product-item-details .product-item-name a{ .cart.table-wrapper .product-item-details .product-item-name a{
text-overflow: ellipsis; text-overflow: ellipsis;
...@@ -2213,8 +2210,10 @@ background-color: #000; ...@@ -2213,8 +2210,10 @@ background-color: #000;
width: 81%; width: 81%;
margin: 0 auto; margin: 0 auto;
} }
.cart.table-wrapper .checkout.checkout-methods-items li{display: block;}
.cart.table-wrapper .checkout.checkout-methods-items li .paypal.checkout{margin-bottom: 15px;}
} }
.cart.table-wrapper .cart.table td{vertical-align: middle;}
span.swatch-attribute-selected-option{ span.swatch-attribute-selected-option{
margin-left: 20px; margin-left: 20px;
color: blue; color: blue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment