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 6638113
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libs/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@
.heading-m,
.heading-s,
.heading-xs,
.heading-xxs,
.body-xxl,
.body-xl,
.body-l,
Expand Down Expand Up @@ -253,6 +254,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 6638113

Please sign in to comment.