@shaaditech/react-cc-validator
Version:
Credit/Debit card number validation library with input formatting
28 lines (26 loc) • 473 B
JavaScript
export default {
wrapper: {
textAlign: 'center',
margin: '2em auto',
fontFamily: 'Roboto, sans-serif',
},
errorMessage: {
color: '#e74c3c',
},
input: {
outline: 'none',
border: '1px solid #ccc',
padding: '10px 20px',
borderRadius: '3px',
width: '300px',
fontSize: '1.1em',
color: '#555',
textAlign: 'center',
},
cardType: {},
heading: {
color: '#555',
margin: '0',
padding: '1em 0 .5em',
},
};