@clarabridge/unified-react-components
Version:
Collection of Engage reusable components
41 lines (40 loc) • 801 B
JavaScript
module.exports = {
// Pixel
'0': '0',
'8': '8px',
'16': '16px',
'24': '24px',
'32': '32px',
'48': '48px',
'64': '64px',
'120': '120px',
'160': '160px',
'200': '200px',
'240': '240px',
'280': '280px',
'320': '320px',
// View
'20-vh': '20vh',
'25-vh': '25vh',
'33-vh': '33vh',
'40-vh': '40vh',
'50-vh': '50vh',
'60-vh': '60vh',
'66-vh': '66vh',
'75-vh': '75vh',
'80-vh': '80vh',
'100-vh': '100vh',
// Percent
'20-percent': '20%',
'25-percent': '25%',
'33-percent': '33%',
'40-percent': '40%',
'50-percent': '50%',
'60-percent': '60%',
'66-percent': '66%',
'75-percent': '75%',
'80-percent': '80%',
'100-percent': '100%',
// Specials
'auto': 'auto',
}