diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-15 14:52:16 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-15 14:52:16 +0700 |
| commit | 4e634a9d3556e94c7ce0729ef9f15b73495b2e28 (patch) | |
| tree | 1f04e5bb360ea4801dfc47a58354ff21b93b34a1 /src/styles/globals.css | |
| parent | 3b19ddcd0051f094b4659a35107646d678c2fd0c (diff) | |
product detail desktop
Diffstat (limited to 'src/styles/globals.css')
| -rw-r--r-- | src/styles/globals.css | 17 |
1 files changed, 15 insertions, 2 deletions
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 { |
