From 2930e1cbbd01f5b0c1b09b8570d8c5757850fa2b Mon Sep 17 00:00:00 2001 From: jitendra Date: Wed, 26 Sep 2018 15:53:06 +0530 Subject: [PATCH] CSS fixed --- .../Shop/src/Resources/assets/sass/app.scss | 23 ------------------- public/themes/default/assets/css/shop.css | 15 ------------ 2 files changed, 38 deletions(-) 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; }