diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-07-11 04:43:41 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2024-07-11 04:43:41 +0000 |
| commit | 8e881598fd7ea7b1b495209db13831bbfc324aa6 (patch) | |
| tree | c442306a60be8279ddb75f33f473debff3c9da44 | |
| parent | 4009290d0cc0d762fa3aba6ef8a8bcb0423d51d2 (diff) | |
| parent | 8e0eb734a98bc9af7cfa10b2946b78d9019f2c71 (diff) | |
Merged in Feature/all-promotion (pull request #157)
<iman>update center tooltip
| -rw-r--r-- | src-migrate/modules/product-promo/styles/card.module.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-migrate/modules/product-promo/styles/card.module.css b/src-migrate/modules/product-promo/styles/card.module.css index faa3b370..4e294f1c 100644 --- a/src-migrate/modules/product-promo/styles/card.module.css +++ b/src-migrate/modules/product-promo/styles/card.module.css @@ -10,7 +10,7 @@ } .badgeType { - @apply p-2 flex gap-x-1.5 rounded-md border border-danger-500 text-danger-500; + @apply p-2 flex gap-x-1.5 rounded-md border border-danger-500 text-danger-500 items-center; } .productSection { |
