From f9b2daf1feea7f247383d5634df0d2c9e963d0f7 Mon Sep 17 00:00:00 2001 From: liza-pohranichna Date: Fri, 5 Jul 2024 20:48:54 +0300 Subject: [PATCH] feature: added new heading in typography [WTEL-4668] --- package.json | 2 +- src/css/styleguide/typography/_typography.scss | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6612c816a..ac29e4b6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@webitel/ui-sdk", - "version": "24.6.49", + "version": "24.6.50", "private": false, "scripts": { "dev": "vite", diff --git a/src/css/styleguide/typography/_typography.scss b/src/css/styleguide/typography/_typography.scss index 19b9f2c53..45cf47271 100644 --- a/src/css/styleguide/typography/_typography.scss +++ b/src/css/styleguide/typography/_typography.scss @@ -35,6 +35,17 @@ NOTE: text-transform: none; is set explicitly cause t-t is inherited from pare //letter-spacing: 0.28px; // 0.02em } +%typo-heading-4 { + font: { + family: 'Montserrat', monospace; + size: 16px; + weight: 600; + } + line-height: 24px; + text-transform: none; + //letter-spacing: 0.28px; // 0.02em +} + %typo-subtitle-1 { font: { family: 'Montserrat', monospace;