slippers-ui 2.1.13 → 2.1.15
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.
package/package.json
CHANGED
|
@@ -177,9 +177,9 @@ $text-heading-5: 24px !default;
|
|
|
177
177
|
|
|
178
178
|
$text-display-1-mobile: 77px !default;
|
|
179
179
|
|
|
180
|
-
$text-heading-1-mobile:
|
|
181
|
-
$text-heading-2-mobile:
|
|
182
|
-
$text-heading-3-mobile:
|
|
180
|
+
$text-heading-1-mobile: 48px !default;
|
|
181
|
+
$text-heading-2-mobile: 40px !default;
|
|
182
|
+
$text-heading-3-mobile: 32px !default;
|
|
183
183
|
$text-heading-4-mobile: 28px !default;
|
|
184
184
|
$text-heading-5-mobile: 22px !default;
|
|
185
185
|
|
|
@@ -222,9 +222,9 @@ $line-height-heading-5: 32px !default;
|
|
|
222
222
|
|
|
223
223
|
$line-height-display-1-mobile: 84px !default;
|
|
224
224
|
|
|
225
|
-
$line-height-heading-1-mobile:
|
|
226
|
-
$line-height-heading-2-mobile:
|
|
227
|
-
$line-height-heading-3-mobile:
|
|
225
|
+
$line-height-heading-1-mobile: 52px !default;
|
|
226
|
+
$line-height-heading-2-mobile: 48px !default;
|
|
227
|
+
$line-height-heading-3-mobile: 40px !default;
|
|
228
228
|
$line-height-heading-4-mobile: 36px !default;
|
|
229
229
|
$line-height-heading-5-mobile: 28px !default;
|
|
230
230
|
|