From 5ac82c38ed3ec4db1fe4ae96e7493a55154716ef Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Thu, 18 Jan 2024 16:24:54 +0700 Subject: Update product detail page --- src-migrate/modules/product-detail/styles/price-action.module.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src-migrate/modules/product-detail/styles/price-action.module.css') diff --git a/src-migrate/modules/product-detail/styles/price-action.module.css b/src-migrate/modules/product-detail/styles/price-action.module.css index a8ec0ed3..651de958 100644 --- a/src-migrate/modules/product-detail/styles/price-action.module.css +++ b/src-migrate/modules/product-detail/styles/price-action.module.css @@ -14,3 +14,11 @@ .contact-us { @apply text-danger-500 font-medium underline; } + +.disc-badge { + @apply bg-danger-500 px-2 py-1.5 rounded text-white text-caption-2; +} + +.disc-price { + @apply line-through text-gray-600 text-caption-2; +} -- cgit v1.2.3