From d402ded8c36631f8009b7b15b2f1c7a02cd09f6c Mon Sep 17 00:00:00 2001 From: Salim Kanoun Date: Tue, 30 Jul 2024 15:05:19 +0200 Subject: [PATCH] fix(ui): remove border-border class (#4317) --- platform/ui-next/src/tailwind.css | 33 ------------------------------- 1 file changed, 33 deletions(-) diff --git a/platform/ui-next/src/tailwind.css b/platform/ui-next/src/tailwind.css index 28986d237..ebb4afb43 100644 --- a/platform/ui-next/src/tailwind.css +++ b/platform/ui-next/src/tailwind.css @@ -187,39 +187,6 @@ */ -@layer base { - * { - @apply border-border; - } - body { - @apply bg-background text-foreground text-base; - } - main { - @apply my-4 mx-auto max-w-6xl py-6; - } - h1 { - @apply py-4 text-5xl font-semibold; - } - h2 { - @apply py-4 text-4xl font-semibold; - } - h3 { - @apply py-3 text-xl font-normal; - } -} - -@layer utilities { - .row { - @apply mb-6 flex flex-row flex-wrap rounded-md border py-10; - } - .example { - @apply flex-initial px-6; - } - - .example2 { - @apply flex-initial px-4; - } -} /* Additional CSS edits to components */