From 6df02d6a2bf6d5ea77f7703917f2709562308a1a Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Sun, 20 Nov 2022 01:08:57 +0700 Subject: Improve page transition and product card badge --- src/styles/globals.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/styles') diff --git a/src/styles/globals.css b/src/styles/globals.css index 8981f0c7..7a61d17a 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -32,6 +32,7 @@ html, body { @layer components { .badge-red, + .badge-gray, .badge-yellow, .badge-green { @apply @@ -51,6 +52,13 @@ html, body { ; } + .badge-gray { + @apply + bg-gray-300 + text-gray-900 + ; + } + .badge-yellow { @apply bg-yellow-300 -- cgit v1.2.3