Skip to content

Commit e38ce5c

Browse files
committed
fix (add) large content block style
1 parent 46a8dcc commit e38ce5c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/components/Typography/typography.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ mark {
6868
line-height: $eccgui-size-typo-caption-lineheight;
6969
}
7070

71+
.#{$eccgui}-typography__contentblock.#{$eccgui}-typography--large {
72+
font-size: $eccgui-size-typo-subtitle;
73+
line-height: $eccgui-size-typo-subtitle-lineheight;
74+
}
75+
7176
h1 {
7277
.#{$eccgui}-typography__contentblock &,
7378
&.#{$eccgui}-typography__text {

0 commit comments

Comments
 (0)