@razorpay/blade
Version:
The Design System that powers Razorpay
22 lines (20 loc) • 475 B
JavaScript
/**
* Screen reader class adapted from webaim
* https://webaim.org/techniques/css/invisiblecontent/#techniques
*/
var screenReaderStyles = {
border: 0,
clip: 'rect(0 0 0 0)',
clipPath: 'inset(50%)',
height: "1px",
margin: '0 -1px -1px 0',
overflow: 'hidden',
padding: 0,
position: 'absolute',
width: "1px",
left: '-10000px',
whiteSpace: 'nowrap',
wordWrap: 'normal'
};
export { screenReaderStyles };
//# sourceMappingURL=ScreenReaderStyles.js.map