design-system-jss
Version:
Boilerplate Design System using JSS and ReactJS
22 lines (21 loc) • 413 B
JavaScript
const theme = {
text: {
color: `rgba(0, 0, 0, 0.87)`,
fontFamily: `'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif`,
fontSize : `14px`,
},
button: {
margin: {
horizontal: `0.2em`,
vertical: `0em`
},
padding: {
horizontal: `1.5em`,
vertical: `1.5em`
},
shadow: {
offset: `(0em / 2)`
}
},
};
export default theme