Skip to content

Commit

Permalink
fix(ui): remove border-border class (#4317)
Browse files Browse the repository at this point in the history
  • Loading branch information
salimkanoun committed Jul 30, 2024
1 parent b1514b9 commit d402ded
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions platform/ui-next/src/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit d402ded

Please sign in to comment.