From 66381138b63fa5b1ec9d1ac88380ed946ccf6602 Mon Sep 17 00:00:00 2001 From: Ratko Zagorac Date: Fri, 24 Jan 2025 15:07:49 +0100 Subject: [PATCH] MWPW-161948: Added .heading-xxs selector --- libs/styles/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libs/styles/styles.css b/libs/styles/styles.css index 94598d2a4f..3ded7f2dc0 100644 --- a/libs/styles/styles.css +++ b/libs/styles/styles.css @@ -204,6 +204,7 @@ .heading-m, .heading-s, .heading-xs, +.heading-xxs, .body-xxl, .body-xl, .body-l, @@ -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);