@proximus/lavender-styling 1.1.2 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -183,8 +183,8 @@
|
|
|
183
183
|
--px-font-size-s: 0.875em;
|
|
184
184
|
--px-font-size-xs: 0.75em;
|
|
185
185
|
--px-font-size-2xs: 0.625em;
|
|
186
|
-
--px-font-weight-subtitle:
|
|
187
|
-
--px-font-weight-body:
|
|
186
|
+
--px-font-weight-subtitle: 400;
|
|
187
|
+
--px-font-weight-body: 400;
|
|
188
188
|
--px-font-weight-title: 700;
|
|
189
189
|
--px-font-weight-title-large: 700;
|
|
190
190
|
--px-price-ratio-s: 50%;
|
|
@@ -399,8 +399,8 @@ export const FontSize2xs = {
|
|
|
399
399
|
decimal: 0.1,
|
|
400
400
|
scale: 160,
|
|
401
401
|
};
|
|
402
|
-
export const FontWeightSubtitle =
|
|
403
|
-
export const FontWeightBody =
|
|
402
|
+
export const FontWeightSubtitle = 400;
|
|
403
|
+
export const FontWeightBody = 400;
|
|
404
404
|
export const FontWeightTitle = 700;
|
|
405
405
|
export const FontWeightTitleLarge = 700;
|
|
406
406
|
export const PriceRatioS = 0.5;
|