feat(extra-features): A bunch of improvements

This commit is contained in:
2026-02-06 14:20:14 +01:00
parent b968033b17
commit 541901e8e6
22 changed files with 421 additions and 367 deletions

View File

@@ -26,7 +26,7 @@
{if !$configuration.is_catalog}
{block name='product_quantity'}
<div class="product-quantity row mb-1 mx-n1 mt-n2 align-items-center">
<div class="product-quantity row mb-1 align-items-center">
<div class="qty col-auto px-1">
<input
type="number"
@@ -46,7 +46,7 @@
>
</div>
<div class="add col mt-2 px-1">
<div class="add col">
<button
class="btn btn-primary add-to-cart btn-block"
data-button-action="add-to-cart"