From 4e634a9d3556e94c7ce0729ef9f15b73495b2e28 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Wed, 15 Mar 2023 14:52:16 +0700 Subject: product detail desktop --- src/styles/globals.css | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'src/styles/globals.css') diff --git a/src/styles/globals.css b/src/styles/globals.css index b9dfbe38..63fa729e 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -211,6 +211,18 @@ button { mb-1 block; } + + .product__description { + @apply text-gray_r-12/90; + } + + .product__description br { + @apply block my-1; + } + + .product__description b { + @apply font-semibold; + } } @layer utilities { @@ -406,7 +418,7 @@ button { .table-specification th, .table-specification td { - @apply py-4 px-2 text-center; + @apply p-4 text-center; } .table-specification > table > tbody > tr { @@ -424,7 +436,8 @@ button { transition-all ease-in duration-200 - pointer-events-none; + pointer-events-none + text-left; } .category-mega-box-wrapper.show { -- cgit v1.2.3