Skip to content

Commit

Permalink
MWPW-161948: Added .heading-xxs selector
Browse files Browse the repository at this point in the history
  • Loading branch information
zagi25 committed Jan 24, 2025
1 parent 6cb26a3 commit 15d6be5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions libs/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@
--type-heading-s-lh: 25px;
--type-heading-xs-size: calc(var(--font-size-multiplier, 1) * 18px);
--type-heading-xs-lh: 22.5px;
--type-heading-xxs-size: calc(var(--font-size-multiplier, 1) * 16px);
--type-heading-xxs-lh: 20px;
}
}

Expand All @@ -204,6 +206,7 @@
.heading-m,
.heading-s,
.heading-xs,
.heading-xxs,
.body-xxl,
.body-xl,
.body-l,
Expand Down Expand Up @@ -253,6 +256,11 @@
line-height: var(--type-heading-xs-lh);
}

.heading-xxs {
font-size: var(--type-heading-xxs-size);
line-height: var(--type-heading-xxs-lh);
}

.body-xxl {
font-size: var(--type-body-xxl-size);
line-height: var(--type-body-xxl-lh);
Expand Down

0 comments on commit 15d6be5

Please sign in to comment.