From 56e313c5a9237539b9e86d5a9712fcdad452174b Mon Sep 17 00:00:00 2001 From: Nonimart Date: Wed, 18 Jun 2025 16:28:20 +0200 Subject: [PATCH] FEATURE potmizing component colors variants --- resources/css/components/content-meta.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/resources/css/components/content-meta.css b/resources/css/components/content-meta.css index 9aad24c..6e9d856 100644 --- a/resources/css/components/content-meta.css +++ b/resources/css/components/content-meta.css @@ -1,6 +1,14 @@ .content-meta { @apply flex !items-center justify-between gap-2; &__revue-issue { - @apply bg-carhop-green-700 text-white !px-3 !py-2 font-normal h-fit; + @apply !px-3 !py-2 font-semibold h-fit; + @apply bg-carhop-green-700 text-white; + + &--white { + @apply bg-white !text-carhop-green-700; + } + /* &--primary { + @apply bg-carhop-green-700 text-white; + } */ } }