Skip to content

Commit

Permalink
fix: buttons margins
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebus-84 committed Feb 15, 2024
1 parent 5ad062d commit 2bd286f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/button/d-button.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
:host {
@apply ms-0.5 me-0.5 my-1;
}
:host > a,
:host > button {
@apply flex w-fit justify-center items-center shrink-0 rounded px-4 py-2 text-center text-base not-italic font-semibold leading-8 tracking-[0.16px] uppercase;
Expand Down

0 comments on commit 2bd286f

Please sign in to comment.