We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23720eb commit dcdbc36Copy full SHA for dcdbc36
1 file changed
src/components/Typography/typography.scss
@@ -63,12 +63,14 @@ mark {
63
line-height: $eccgui-size-typo-text-lineheight;
64
}
65
66
-.#{$eccgui}-typography__contentblock.#{$eccgui}-typography--small {
+.#{$eccgui}-typography__contentblock.#{$eccgui}-typography--small,
67
+.#{$eccgui}-typography--small {
68
font-size: $eccgui-size-typo-caption;
69
line-height: $eccgui-size-typo-caption-lineheight;
70
71
-.#{$eccgui}-typography__contentblock.#{$eccgui}-typography--large {
72
+.#{$eccgui}-typography__contentblock.#{$eccgui}-typography--large,
73
+.#{$eccgui}-typography--large {
74
font-size: $eccgui-size-typo-subtitle;
75
line-height: $eccgui-size-typo-subtitle-lineheight;
76
0 commit comments