From 2f45a731c13653713c4a1ca28a6997ce827a1804 Mon Sep 17 00:00:00 2001 From: abhisheks Date: Wed, 22 Nov 2023 16:16:54 +0530 Subject: [PATCH 1/5] refactor: add global list style --- _dev/elegance.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_dev/elegance.css b/_dev/elegance.css index 6f95e36..7147a45 100644 --- a/_dev/elegance.css +++ b/_dev/elegance.css @@ -28,3 +28,7 @@ a:hover { a:hover .icon-tabler { @apply stroke-blue-900; } + +ul { + @apply !list-inside; +} From 8db275f9bd28ecab500b64338854912d8d0e177b Mon Sep 17 00:00:00 2001 From: abhisheks Date: Wed, 22 Nov 2023 16:18:38 +0530 Subject: [PATCH 2/5] refactor: udpate add to cart flex gap --- templates/catalog/_partials/product-add-to-cart.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/catalog/_partials/product-add-to-cart.tpl b/templates/catalog/_partials/product-add-to-cart.tpl index 0e9951b..0aede1d 100644 --- a/templates/catalog/_partials/product-add-to-cart.tpl +++ b/templates/catalog/_partials/product-add-to-cart.tpl @@ -22,7 +22,7 @@ * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) * International Registered Trademark & Property of PrestaShop SA *} -
+
{if !$configuration.is_catalog} {block name='product_availability'} From 58c4ff0b27eb0495d9b807a5d82fa83fe59e7af1 Mon Sep 17 00:00:00 2001 From: abhisheks Date: Wed, 22 Nov 2023 16:19:14 +0530 Subject: [PATCH 3/5] refactor: remove product price margin-top --- templates/catalog/_partials/product-prices.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/catalog/_partials/product-prices.tpl b/templates/catalog/_partials/product-prices.tpl index 520bd1a..8faa778 100644 --- a/templates/catalog/_partials/product-prices.tpl +++ b/templates/catalog/_partials/product-prices.tpl @@ -23,7 +23,7 @@ * International Registered Trademark & Property of PrestaShop SA *} {if $product.show_price} -
+
{block name='product_discount'} {if $product.has_discount}
From fd550d0e201bfaa870ae8e960e511dc52fda7e81 Mon Sep 17 00:00:00 2001 From: abhisheks Date: Wed, 22 Nov 2023 16:21:01 +0530 Subject: [PATCH 4/5] refactor: udpate product details styles --- .../catalog/_partials/product-details.tpl | 80 ++----------------- 1 file changed, 7 insertions(+), 73 deletions(-) diff --git a/templates/catalog/_partials/product-details.tpl b/templates/catalog/_partials/product-details.tpl index b30b4fa..4273fb3 100644 --- a/templates/catalog/_partials/product-details.tpl +++ b/templates/catalog/_partials/product-details.tpl @@ -1,81 +1,15 @@ -