From 64939485c58cee4f0413ddab39332cedff3e568b Mon Sep 17 00:00:00 2001 From: rahul shukla Date: Thu, 29 Nov 2018 17:52:25 +0530 Subject: [PATCH] merge with master --- .../Shop/src/Resources/assets/sass/app.scss | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/packages/Webkul/Shop/src/Resources/assets/sass/app.scss b/packages/Webkul/Shop/src/Resources/assets/sass/app.scss index e9cb9c546..5f6b246fe 100644 --- a/packages/Webkul/Shop/src/Resources/assets/sass/app.scss +++ b/packages/Webkul/Shop/src/Resources/assets/sass/app.scss @@ -1677,17 +1677,12 @@ section.product-detail { display: none; flex-direction: row; margin-top: 10px; - width: 100%; - justify-content: flex-end; + width: 79.5%; + float: right; + justify-content: space-between; - .wrap { - display: flex; - justify-content: space-between; - width: 80%; - } .addtocart { - border-radius: 0px; width: 49%; background: black; white-space: nowrap; @@ -1695,9 +1690,7 @@ section.product-detail { } .buynow { - border-radius: 0px; width: 49%; - float:right; white-space: nowrap; text-transform: uppercase; } @@ -1851,6 +1844,10 @@ section.product-detail { width: 100% !important; } } + + .add-to-buttons { + width: 100%; + } } .details {