We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a8dcc commit e38ce5cCopy full SHA for e38ce5c
1 file changed
src/components/Typography/typography.scss
@@ -68,6 +68,11 @@ mark {
68
line-height: $eccgui-size-typo-caption-lineheight;
69
}
70
71
+.#{$eccgui}-typography__contentblock.#{$eccgui}-typography--large {
72
+ font-size: $eccgui-size-typo-subtitle;
73
+ line-height: $eccgui-size-typo-subtitle-lineheight;
74
+}
75
+
76
h1 {
77
.#{$eccgui}-typography__contentblock &,
78
&.#{$eccgui}-typography__text {
0 commit comments