diff --git a/testsystem/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/component/_card.scss b/testsystem/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/component/_card.scss index 275132f..c263657 100644 --- a/testsystem/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/component/_card.scss +++ b/testsystem/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/component/_card.scss @@ -48,6 +48,12 @@ } .cart-offcanvas { + .row { + justify-content: space-between; + } + .js-toggle-shipping-selection { + display: block; + } .offcanvas-close { min-height: 54px; background: #E9F4FC; @@ -87,8 +93,8 @@ background: rgba(#86B04B, 0.15); color: #86B04B; &.spwn-c-p-more { - background-color: #33548c; - color: #fff; + background-color: #33548c; + color: #fff; } .icon { min-width: 22px; @@ -97,7 +103,7 @@ } &.spwn-c-p-more { .icon { - color: #fff; + color: #fff; } } } @@ -126,6 +132,27 @@ } } } + &.cart-item-FLOWSITEDepositLineItem { + .cart-item-row { + max-height: 20px; + .cart-item-img { + transform: translateY(-4px); + } + } + .cart-item-details { + flex: 0 0 auto; + width: auto; + max-width: 100%; + margin-bottom: 0; + padding-top: 0; + .cart-item-details-container { + display: flex; + .cart-quantity-price { + min-height: auto; + } + } + } + } } .spwn-add-customized-products { .spwn-add-customized-products-detail {