From 9b8e9994d7bc765e8ccfd675462d8f8150b41d8b Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Wed, 1 Feb 2023 14:29:05 +0700 Subject: no message --- src/styles/globals.css | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'src/styles') diff --git a/src/styles/globals.css b/src/styles/globals.css index c18f91d3..6dbd23b2 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -54,10 +54,12 @@ html, body { @layer components { .badge-red, + .badge-solid-red, .badge-gray, .badge-yellow, .badge-blue, - .badge-green { + .badge-green, + .badge-solid-green { @apply text-caption-2 leading-none @@ -76,6 +78,13 @@ html, body { ; } + .badge-solid-red { + @apply + bg-red_r-10 + text-white + ; + } + .badge-gray { @apply bg-gray_r-5 @@ -103,6 +112,13 @@ html, body { text-green_r-10 ; } + + .badge-solid-green { + @apply + bg-green_r-10 + text-white + ; + } .form-label { @apply @@ -196,7 +212,9 @@ html, body { w-full h-full border - border-gray_r-6 + border-gray_r-3 + shadow-md + shadow-gray_r-8/30 bg-white rounded relative -- cgit v1.2.3