forked from brooksbingham/theme-elegance
refactor: update cart touchspin style
parent
fbc0ff69c4
commit
a36655ef84
|
@ -1408,6 +1408,14 @@ select {
|
||||||
stroke: inherit;
|
stroke: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.stroke-gray-900 {
|
||||||
|
stroke: #111827;
|
||||||
|
}
|
||||||
|
|
||||||
|
.stroke-gray-700 {
|
||||||
|
stroke: #374151;
|
||||||
|
}
|
||||||
|
|
||||||
.stroke-\[3px\] {
|
.stroke-\[3px\] {
|
||||||
stroke-width: 3px;
|
stroke-width: 3px;
|
||||||
}
|
}
|
||||||
|
@ -1679,6 +1687,11 @@ select {
|
||||||
color: rgb(220 38 38 / var(--tw-text-opacity));
|
color: rgb(220 38 38 / var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text-gray-800 {
|
||||||
|
--tw-text-opacity: 1;
|
||||||
|
color: rgb(31 41 55 / var(--tw-text-opacity));
|
||||||
|
}
|
||||||
|
|
||||||
.underline {
|
.underline {
|
||||||
text-decoration-line: underline;
|
text-decoration-line: underline;
|
||||||
}
|
}
|
||||||
|
|
|
@ -69,7 +69,7 @@
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-center w-max">
|
<div class="flex items-center font-medium w-max">
|
||||||
<input
|
<input
|
||||||
class="js-cart-line-product-quantity text-center w-8 border-none active:ring-0 focus:ring-0"
|
class="js-cart-line-product-quantity text-center w-8 border-none active:ring-0 focus:ring-0"
|
||||||
data-down-url="{$product.down_quantity_url}"
|
data-down-url="{$product.down_quantity_url}"
|
||||||
|
@ -101,7 +101,7 @@
|
||||||
data-id-customization = "{$product.id_customization|escape:'javascript'}"
|
data-id-customization = "{$product.id_customization|escape:'javascript'}"
|
||||||
>
|
>
|
||||||
{if !isset($product.is_gift) || !$product.is_gift}
|
{if !isset($product.is_gift) || !$product.is_gift}
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-trash" width="24" height="24" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round">
|
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler stroke-gray-700 icon-tabler-trash" width="24" height="24" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round">
|
||||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
||||||
<path d="M4 7l16 0"></path>
|
<path d="M4 7l16 0"></path>
|
||||||
<path d="M10 11l0 6"></path>
|
<path d="M10 11l0 6"></path>
|
||||||
|
|
Loading…
Reference in New Issue