bukopin-redemption-client-r.../src/common/pages/RegisterNew/styles.js
2019-01-29 04:36:57 +07:00

37 lines
808 B
JavaScript

import yellow from '@material-ui/core/colors/yellow';
export const styles = theme => ({
container : {
flex :1,
flexGrow : 1,
height : '100vh',
backgroundColor:'#024f8e',
marginTop: '-56px',
marginBottom:50
},
gridContainer : {
flex :1,
justifyContent:'center'
},
registerContainer: {
marginTop : 50
},
formRegister : {
padding : 20,
display : 'flex',
flexDirection: 'column',
textAlign : 'center'
},
registerPaper : {
flex :1,
flexDirection : 'row',
justifyContent:'center'
},
logo : {
width : '200px'
},
logoContainer : {
textAlign : 'center',
background : yellow['500'],
padding : 20
},
});