Skip to content

Commit

Permalink
font sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
st-angelo-adobe committed Jan 20, 2025
1 parent 2ebcb87 commit 068e056
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions libs/features/mas/src/variants/ah-single-plan.css.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
export const CSS = `
merch-card[variant="ah-single-plan"] [slot="heading-xs"] {
letter-spacing: normal;
font-size: 12px;
font-size: 14px;
line-height: 18px;
color: var(--merch-card-ah-single-plan-text-color);
}
merch-card[variant="ah-single-plan"] [slot="body-xs"] {
merch-card[variant="ah-single-plan"] [slot="body-xxs"] {
letter-spacing: normal;
max-height: 54px;
overflow: hidden;
Expand Down
2 changes: 1 addition & 1 deletion libs/features/mas/src/variants/ah-single-plan.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class AHSinglePlan extends VariantLayout {
<slot name="icons"></slot>
<slot name="heading-xs"></slot>
</div>
<slot name="body-xs"></slot>
<slot name="body-xxs"></slot>
<slot name="price"></slot>
<div class="footer">
<slot name="cta"></slot>
Expand Down

0 comments on commit 068e056

Please sign in to comment.