diff options
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 { |
