We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c31add commit f3182a4Copy full SHA for f3182a4
packages/ffe-cards/less/components.less
@@ -10,15 +10,24 @@
10
}
11
12
&__subtext {
13
- &:extend(.ffe-small-text);
14
-
+ font-family: var(--ffe-g-font);
+ font-weight: normal;
15
+ font-variant-numeric: tabular-nums;
16
+ line-height: 1.25rem;
17
+ font-size: var(--ffe-fontsize-small-text);
18
color: var(--ffe-v-cards-subtext-color);
19
margin: var(--ffe-spacing-2xs) 0 0 0;
20
21
22
&__title {
- &:extend(.ffe-h5);
23
+ font-family: var(--ffe-g-font-heading-small);
24
25
+ color: var(--ffe-g-heading-color);
26
27
+ text-wrap: balance;
28
+ overflow-wrap: anywhere;
29
30
+ font-size: var(--ffe-fontsize-h5);
31
margin: 0;
32
33
&--overflow-ellipsis {
0 commit comments