From a36655ef842c200877fede95203a3474e880f1e1 Mon Sep 17 00:00:00 2001 From: abhisheks Date: Wed, 20 Dec 2023 13:58:06 +0530 Subject: [PATCH] refactor: update cart touchspin style --- assets/css/theme.css | 13 +++++++++++++ .../_partials/cart-detailed-product-line.tpl | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/assets/css/theme.css b/assets/css/theme.css index 96f9894..32754fb 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -1408,6 +1408,14 @@ select { stroke: inherit; } +.stroke-gray-900 { + stroke: #111827; +} + +.stroke-gray-700 { + stroke: #374151; +} + .stroke-\[3px\] { stroke-width: 3px; } @@ -1679,6 +1687,11 @@ select { 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 { text-decoration-line: underline; } diff --git a/templates/checkout/_partials/cart-detailed-product-line.tpl b/templates/checkout/_partials/cart-detailed-product-line.tpl index 9712406..8148391 100644 --- a/templates/checkout/_partials/cart-detailed-product-line.tpl +++ b/templates/checkout/_partials/cart-detailed-product-line.tpl @@ -69,7 +69,7 @@ {/if} -
+
{if !isset($product.is_gift) || !$product.is_gift} - +