From 3a365a186983cdc942bce3f5b0940d55b83e89ba Mon Sep 17 00:00:00 2001 From: Akhtar Khan Date: Mon, 10 Aug 2020 20:57:44 +0530 Subject: [PATCH] final changed #3688 --- .../Shop/src/Resources/assets/sass/app.scss | 71 ++++++++++++++++--- .../views/checkout/onepage/payment.blade.php | 11 ++- 2 files changed, 67 insertions(+), 15 deletions(-) diff --git a/packages/Webkul/Shop/src/Resources/assets/sass/app.scss b/packages/Webkul/Shop/src/Resources/assets/sass/app.scss index 1741a16e8..f5a02a8bc 100755 --- a/packages/Webkul/Shop/src/Resources/assets/sass/app.scss +++ b/packages/Webkul/Shop/src/Resources/assets/sass/app.scss @@ -815,7 +815,7 @@ section.slider-block { img { display: none; } - + input { display: none; } @@ -3648,6 +3648,8 @@ section.review { height: 130px; float: right; border-collapse: collapse; + left: 3px; + position: relative; tr { @@ -4279,14 +4281,6 @@ section.review { } } - .checkbox { - margin: 10px 0px 5px 5px; - } - - span.checkmark.payment { - left: 163px; - } - .radio { margin: 10px 0px 5px 5px; @@ -4301,6 +4295,17 @@ section.review { } } + .radio-container .checkmark { + top: 2px; + left: 4px; + } + + + .mt-5 { + margin-top: 5px; + margin-right: 28px; + } + @media only screen and (max-width: 770px) { .checkout-process .col-main { padding-left: 0px; @@ -4570,4 +4575,52 @@ section.review { } } } +} + +//compare page +body { + overflow-x: hidden; +} + +.comparison-component { + width: 100%; + padding-top: 20px; +} + +.comparison-component > h1 { + display: inline-block; +} + +td { + padding: 15px; + min-width: 25px; + max-width: 250px; + line-height: 30px; + vertical-align: top; + word-break: break-word; +} + +.icon.remove-product { + top: 5px; + float: right; + cursor: pointer; + position: relative; + background-color: black; +} + +.action > div { + display: inline-block; +} +.cart-wish-wrap .btn.btn-lg { + padding: 5px 10px; +} +.cart-wish-wrap { + display: flex; +} +.white-cross-sm-icon { + width: 24px; + height:24px; +} +.add-to-wishlist { + margin-left: 15px; } \ No newline at end of file diff --git a/packages/Webkul/Shop/src/Resources/views/checkout/onepage/payment.blade.php b/packages/Webkul/Shop/src/Resources/views/checkout/onepage/payment.blade.php index ffb48c1ea..78f5a0bd5 100755 --- a/packages/Webkul/Shop/src/Resources/views/checkout/onepage/payment.blade.php +++ b/packages/Webkul/Shop/src/Resources/views/checkout/onepage/payment.blade.php @@ -14,15 +14,14 @@
-