Commit 354d63e 1 parent 2c31add commit 354d63e Copy full SHA for 354d63e
File tree 1 file changed +14
-4
lines changed
1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 10
10
}
11
11
12
12
&__subtext {
13
- & :extend(.ffe-small-text );
14
-
13
+ font-family : var (--ffe-g-font );
14
+ font-weight : normal ;
15
+ font-variant-numeric : tabular-nums ;
16
+ line-height : 1.25rem ;
17
+ font-size : var (--ffe-fontsize-small-text );
15
18
color : var (--ffe-v-cards-subtext-color );
16
19
margin : var (--ffe-spacing-2xs ) 0 0 0 ;
17
20
}
18
21
19
22
&__title {
20
- & :extend(.ffe-h5 );
21
-
23
+ font-family : var (--ffe-g-font-heading-small );
24
+ font-variant-numeric : tabular-nums ;
25
+ color : var (--ffe-g-heading-color );
26
+ font-weight : normal ;
27
+ margin-top : 0 ;
28
+ text-wrap : balance ;
29
+ overflow-wrap : anywhere;
30
+ line-height : 1.25rem ;
31
+ font-size : var (--ffe-fontsize-h5 );
22
32
margin : 0 ;
23
33
24
34
&--overflow-ellipsis {
You can’t perform that action at this time.
0 commit comments