style touch up to create proejct

This commit is contained in:
Barry Gitarts 2019-08-27 20:30:09 -04:00 committed by Barry G
parent 6dbd4a5949
commit d97f7998cc

View File

@ -71,7 +71,7 @@ const styles = theme => ({
gridColumnStart: '6', gridColumnStart: '6',
gridColumnEnd: '13', gridColumnEnd: '13',
height: '50px', height: '50px',
[theme.breakpoints.down('md')]: { [theme.breakpoints.down('sm')]: {
marginTop: '5rem' marginTop: '5rem'
} }
}, },
@ -93,14 +93,16 @@ const styles = theme => ({
gridColumnEnd: 13, gridColumnEnd: 13,
justifyItems: 'start', justifyItems: 'start',
gridAutoFlow: 'column', gridAutoFlow: 'column',
paddingLeft: '5px' paddingLeft: '5px',
gridTemplateColumns: 'repeat(12, 1fr)'
}, },
chatRoomIcon: { chatRoomIcon: {
justifySelf: 'auto' justifySelf: 'auto'
}, },
chatText: { chatText: {
marginTop: '15px', marginTop: '15px',
color: '#939BA1' color: '#000000',
gridColumn: '3 / 13'
}, },
secondHalf: { secondHalf: {
display: 'grid', display: 'grid',
@ -258,7 +260,7 @@ const SubmissionSection = ({ classes, history }) => {
name="title" name="title"
label="Project Name" label="Project Name"
bottomRightLabel="Max 20" bottomRightLabel="Max 20"
placeholder="Project Name" placeholder="e.g. Tribute to Talk or Bob"
onChange={handleChange} onChange={handleChange}
onBlur={handleBlur} onBlur={handleBlur}
value={values.title || ''} value={values.title || ''}
@ -269,7 +271,6 @@ const SubmissionSection = ({ classes, history }) => {
name="subtitle" name="subtitle"
label="Short Description" label="Short Description"
bottomRightLabel="Max 120" bottomRightLabel="Max 120"
placeholder="Short Description"
onChange={handleChange} onChange={handleChange}
onBlur={handleBlur} onBlur={handleBlur}
value={values.subtitle || ''} value={values.subtitle || ''}
@ -376,7 +377,6 @@ const SubmissionSection = ({ classes, history }) => {
name="description" name="description"
label="Full description" label="Full description"
bottomLeftLabel="Markdown available" bottomLeftLabel="Markdown available"
placeholder="Full description"
onChange={handleChange} onChange={handleChange}
onBlur={handleBlur} onBlur={handleBlur}
value={values.description || ''} value={values.description || ''}