diff --git a/projects/core/styles/markup/tui-text.less b/projects/core/styles/markup/tui-text.less index 34e792c53779..feec7f404b14 100644 --- a/projects/core/styles/markup/tui-text.less +++ b/projects/core/styles/markup/tui-text.less @@ -31,6 +31,10 @@ .text-body-l(); } + &_body-l-2 { + .text-body-l(2); + } + &_body-l-3 { .text-body-l(3); } diff --git a/projects/core/styles/mixins/text.less b/projects/core/styles/mixins/text.less index 1cb2683d8242..e83ccc6232d7 100644 --- a/projects/core/styles/mixins/text.less +++ b/projects/core/styles/mixins/text.less @@ -98,7 +98,7 @@ letter-spacing: 0.4px; } -//tabs,tags, category +//tabs, tags, category .text-caption-l-bold() { .font(13px, 20px, bold); @@ -124,7 +124,7 @@ text-transform: uppercase; } -// mixins fot font properties +// mixins for font properties .font(@size, @line-height: 'none', @weight: normal, @color: 'none') { font-weight: @weight; font-size: @size; diff --git a/projects/demo/src/modules/markup/typography/typography.template.html b/projects/demo/src/modules/markup/typography/typography.template.html index aa7a9b36df1c..18a4a1bef646 100644 --- a/projects/demo/src/modules/markup/typography/typography.template.html +++ b/projects/demo/src/modules/markup/typography/typography.template.html @@ -157,7 +157,7 @@