Skip to content

Commit

Permalink
Plans: Use consistent font size for storage (#94652)
Browse files Browse the repository at this point in the history
  • Loading branch information
oswian authored Sep 18, 2024
1 parent 48a25ae commit 4e2d4e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/plans-grid-next/src/_shared.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,13 @@ $mobile-card-max-width: 440px;
padding: 4px 0;
font-weight: 400;
line-height: 20px;
font-size: $font-body-small;
font-size: $font-body-extra-small;

&.is-badge {
background: #f2f2f2;
/* stylelint-disable-next-line */
border-radius: 5px;
text-align: center;
font-size: $font-body-extra-small;
width: fit-content;
min-width: 64px;

Expand Down

0 comments on commit 4e2d4e7

Please sign in to comment.