igloo-d2c-components 1.1.11-non-prod → 1.1.12-non-prod
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/dist/cjs/index.js +7 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +7 -0
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -313,6 +313,13 @@ const ammetlifeTypography = {
|
|
|
313
313
|
lineHeight: '38px',
|
|
314
314
|
letterSpacing: 0,
|
|
315
315
|
wordSpacing: '0px',
|
|
316
|
+
'@media (max-width:600px)': {
|
|
317
|
+
fontSize: '20px',
|
|
318
|
+
fontStyle: 'normal',
|
|
319
|
+
fontWeight: 700,
|
|
320
|
+
lineHeight: '28px',
|
|
321
|
+
wordSpacing: '0px',
|
|
322
|
+
},
|
|
316
323
|
},
|
|
317
324
|
// Title Medium (H2) - MetLife Circular Bold 16/24
|
|
318
325
|
titleMedium: {
|