Skip to content

Commit

Permalink
feat(ui): create .common-badge component class
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed May 20, 2023
1 parent e05fba3 commit ddb76a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/styles/components.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
@tailwind components;

@layer components {
.common-badge {
@apply flex items-center gap-1 p-1;
@apply rounded-lg border;
@apply text-xs leading-none;
}

.post-content {
@apply leading-6;

Expand Down

0 comments on commit ddb76a5

Please sign in to comment.