@randstad-design/orbit-multitheme
Version:
multitheme Front-end code based on Randstad Human Forward components
14 lines (13 loc) • 541 B
JavaScript
module.exports = {
'title-xxl': ['80px', { lineHeight: '80px' }],
'title-xl': ['60px', { lineHeight: '60px' }],
'title-l': ['40px', { lineHeight: '45px' }],
'title-m': ['32px', { lineHeight: '40px' }],
'title-s': ['26px', { lineHeight: '30px' }],
'title-xs': ['20px', { lineHeight: '30px' }],
'title-xxs': ['18px', { lineHeight: '30px' }],
'body-l': ['18px', { lineHeight: '30px' }],
'body-m': ['16px', { lineHeight: '25px' }],
'body-s': ['14px', { lineHeight: '25px' }],
'body-xs': ['12px', { lineHeight: '15px' }]
};