| @@ -97,6 +97,11 @@ | |||||
| border-radius: 3px; | border-radius: 3px; | ||||
| background-color: #E9F4FC; | background-color: #E9F4FC; | ||||
| } | } | ||||
| &.is-discount { | |||||
| .cart-item-remove { | |||||
| display: none; | |||||
| } | |||||
| } | |||||
| .cart-item-img { | .cart-item-img { | ||||
| border: none; | border: none; | ||||
| } | } | ||||
| @@ -1,5 +1,14 @@ | |||||
| .is-act-cartpage { | .is-act-cartpage { | ||||
| .checkout { | .checkout { | ||||
| .cart-item { | |||||
| &.is-discount { | |||||
| .cart-item-remove { | |||||
| form { | |||||
| display: none; | |||||
| } | |||||
| } | |||||
| } | |||||
| } | |||||
| .spwn-add-customized-products { | .spwn-add-customized-products { | ||||
| width: 100%; | width: 100%; | ||||
| .spwn-add-customized-products-detail { | .spwn-add-customized-products-detail { | ||||
| @@ -103,6 +103,11 @@ | |||||
| border-radius: 3px; | border-radius: 3px; | ||||
| background-color: #E9F4FC; | background-color: #E9F4FC; | ||||
| } | } | ||||
| &.is-discount { | |||||
| .cart-item-remove { | |||||
| display: none; | |||||
| } | |||||
| } | |||||
| .cart-item-img { | .cart-item-img { | ||||
| border: none; | border: none; | ||||
| } | } | ||||
| @@ -1,6 +1,15 @@ | |||||
| .is-act-cartpage { | .is-act-cartpage { | ||||
| .checkout { | .checkout { | ||||
| .spwn-add-customized-products { | |||||
| .cart-item { | |||||
| &.is-discount { | |||||
| .cart-item-remove { | |||||
| form { | |||||
| display: none; | |||||
| } | |||||
| } | |||||
| } | |||||
| } | |||||
| .spwn-add-customized-products { | |||||
| width: 100%; | width: 100%; | ||||
| .spwn-add-customized-products-detail { | .spwn-add-customized-products-detail { | ||||
| position: relative; | position: relative; | ||||