Skip to content

Commit

Permalink
fix: tup-639 move c-button font-weight bold to cms (#740)
Browse files Browse the repository at this point in the history
* feat: tup-617 c-button font-weight bold

* fix: c-button use custom selector

* feat: c-button letter-spacing

* fix: c-button letter-spacing
  • Loading branch information
wesleyboar authored Nov 3, 2023
1 parent 9b0951c commit 1626fac
Showing 1 changed file with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
.c-button--primary,
.c-button--secondary,
.c-button--tertiary,
.c-button--is-active {
@import url("@tacc/core-styles/src/lib/_imports/components/c-button.selectors.css");

:--c-button--primary,
:--c-button--secondary,
:--c-button--tertiary,
:--c-button--is-active {
padding: 10px 20px;

font-size: var(--global-font-size--small);
text-transform: uppercase;
}

:--c-button {
font-weight: var(--bold);
letter-spacing: 0.05em;
}

0 comments on commit 1626fac

Please sign in to comment.