diff --git a/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/component/_card.scss b/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/component/_card.scss index 2b2d2ff..489dc6f 100644 --- a/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/component/_card.scss +++ b/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/component/_card.scss @@ -97,6 +97,11 @@ border-radius: 3px; background-color: #E9F4FC; } + &.is-discount { + .cart-item-remove { + display: none; + } + } .cart-item-img { border: none; } diff --git a/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/page/checkout/_cart.scss b/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/page/checkout/_cart.scss index dd480f6..83be6e1 100644 --- a/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/page/checkout/_cart.scss +++ b/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/page/checkout/_cart.scss @@ -1,5 +1,14 @@ .is-act-cartpage { .checkout { + .cart-item { + &.is-discount { + .cart-item-remove { + form { + display: none; + } + } + } + } .spwn-add-customized-products { width: 100%; .spwn-add-customized-products-detail { diff --git a/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/component/_card.scss b/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/component/_card.scss index deac2e5..5a7c699 100644 --- a/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/component/_card.scss +++ b/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/component/_card.scss @@ -103,6 +103,11 @@ border-radius: 3px; background-color: #E9F4FC; } + &.is-discount { + .cart-item-remove { + display: none; + } + } .cart-item-img { border: none; } diff --git a/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/page/checkout/_cart.scss b/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/page/checkout/_cart.scss index dc92597..4b875df 100644 --- a/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/page/checkout/_cart.scss +++ b/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/page/checkout/_cart.scss @@ -1,6 +1,15 @@ .is-act-cartpage { .checkout { - .spwn-add-customized-products { + .cart-item { + &.is-discount { + .cart-item-remove { + form { + display: none; + } + } + } + } + .spwn-add-customized-products { width: 100%; .spwn-add-customized-products-detail { position: relative;