|
1 | 1 | .nut-price { |
2 | 2 | direction: ltr; |
3 | 3 | font-size: $font-size-l; |
| 4 | + line-height: $price-root-line-height; |
4 | 5 | display: flex; |
5 | 6 | flex-direction: row; |
6 | 7 | align-items: baseline; |
|
17 | 18 | &-symbol, |
18 | 19 | &-integer, |
19 | 20 | &-decimal { |
20 | | - font-family: 'JDZH-Bold'; |
21 | 21 | color: $price-darkgray-color; |
22 | 22 | } |
23 | 23 | } |
|
28 | 28 | &-symbol, |
29 | 29 | &-integer, |
30 | 30 | &-decimal { |
31 | | - font-family: 'JDZH-Bold'; |
32 | 31 | color: $price-primary-color; |
33 | 32 | } |
34 | 33 | } |
|
38 | 37 | padding-right: $price-symbol-padding-right; |
39 | 38 | &-xlarge { |
40 | 39 | font-size: $price-symbol-xlarge-size; |
41 | | - line-height: $price-symbol-xlarge-size; |
| 40 | + line-height: $price-minor-line-height; |
42 | 41 | } |
43 | 42 |
|
44 | 43 | &-large { |
45 | 44 | font-size: $price-symbol-large-size; |
46 | | - line-height: $price-symbol-large-size; |
| 45 | + line-height: $price-minor-line-height; |
47 | 46 | } |
48 | 47 |
|
49 | 48 | &-normal { |
50 | 49 | font-size: $price-symbol-normal-size; |
51 | | - line-height: $price-symbol-normal-size; |
| 50 | + line-height: $price-minor-line-height; |
52 | 51 | } |
53 | 52 |
|
54 | 53 | &-small { |
55 | 54 | font-size: $price-symbol-small-size; |
56 | | - line-height: $price-symbol-small-size; |
| 55 | + line-height: $price-minor-line-height; |
57 | 56 | } |
58 | 57 |
|
59 | 58 | &-rtl { |
|
65 | 64 | &-integer { |
66 | 65 | &-xlarge { |
67 | 66 | font-size: $price-integer-xlarge-size; |
68 | | - line-height: $price-integer-xlarge-size; |
| 67 | + line-height: $price-integer-xlarge-line-height; |
69 | 68 | } |
70 | 69 |
|
71 | 70 | &-large { |
72 | 71 | font-size: $price-integer-large-size; |
73 | | - line-height: $price-integer-large-size; |
| 72 | + line-height: $price-integer-large-line-height; |
74 | 73 | } |
75 | 74 |
|
76 | 75 | &-normal { |
77 | 76 | font-size: $price-integer-normal-size; |
78 | | - line-height: $price-integer-normal-size; |
| 77 | + line-height: $price-integer-normal-line-height; |
79 | 78 | } |
80 | 79 |
|
81 | 80 | &-small { |
82 | 81 | font-size: $price-integer-small-size; |
83 | | - line-height: $price-integer-small-size; |
| 82 | + line-height: $price-integer-small-line-height; |
84 | 83 | } |
85 | 84 | } |
86 | 85 |
|
87 | 86 | &-decimal { |
88 | 87 | &-xlarge { |
89 | 88 | font-size: $price-decimal-xlarge-size; |
90 | | - line-height: $price-decimal-xlarge-size; |
| 89 | + line-height: $price-minor-line-height; |
91 | 90 | } |
92 | 91 |
|
93 | 92 | &-large { |
94 | 93 | font-size: $price-decimal-large-size; |
95 | | - line-height: $price-decimal-large-size; |
| 94 | + line-height: $price-minor-line-height; |
96 | 95 | } |
97 | 96 |
|
98 | 97 | &-normal { |
99 | 98 | font-size: $price-decimal-normal-size; |
100 | | - line-height: $price-decimal-normal-size; |
| 99 | + line-height: $price-minor-line-height; |
101 | 100 | } |
102 | 101 |
|
103 | 102 | &-small { |
104 | 103 | font-size: $price-decimal-small-size; |
105 | | - line-height: $price-decimal-small-size; |
| 104 | + line-height: $price-minor-line-height; |
106 | 105 | } |
107 | 106 | } |
108 | 107 |
|
|
0 commit comments