diff --git a/packages/Webkul/Shop/src/Resources/assets/sass/app.scss b/packages/Webkul/Shop/src/Resources/assets/sass/app.scss index 8cc501715..93e720a25 100644 --- a/packages/Webkul/Shop/src/Resources/assets/sass/app.scss +++ b/packages/Webkul/Shop/src/Resources/assets/sass/app.scss @@ -1997,25 +1997,6 @@ section.cart { } } -@media all and (max-width: 480px){ - - .attached-products-wrapper { - - .title { - - .border-bottom { - border-bottom: 1px solid rgba(162, 162, 162, 0.2); - display: inline-block; - width: 100%; - position: initial; - top: 40px; - left: 0%; - margin-left: 0px; - } - } - } -} - @media all and (min-width: 481px) and (max-width: 920px) { .attached-products-wrapper { @@ -2023,11 +2004,8 @@ section.cart { .title { .border-bottom { - border-bottom: 1px solid rgba(162, 162, 162, 0.2); - display: inline-block; width: 100%; position: initial; - top: 40px; left: 0%; margin-left: 0px; } @@ -2037,7 +2015,6 @@ section.cart { // order page css start here - .order { margin-left: 5.5%; margin-top: 1%; diff --git a/public/themes/default/assets/css/shop.css b/public/themes/default/assets/css/shop.css index aa3f19af1..eeea62207 100644 --- a/public/themes/default/assets/css/shop.css +++ b/public/themes/default/assets/css/shop.css @@ -1967,25 +1967,10 @@ section.cart .cart-content .right-side .coupon-section .after-coupon-amount .amo margin-right: auto; } -@media all and (max-width: 480px) { - .attached-products-wrapper .title .border-bottom { - border-bottom: 1px solid rgba(162, 162, 162, 0.2); - display: inline-block; - width: 100%; - position: initial; - top: 40px; - left: 0%; - margin-left: 0px; - } -} - @media all and (min-width: 481px) and (max-width: 920px) { .attached-products-wrapper .title .border-bottom { - border-bottom: 1px solid rgba(162, 162, 162, 0.2); - display: inline-block; width: 100%; position: initial; - top: 40px; left: 0%; margin-left: 0px; }