mirror of
https://github.com/status-im/liquid-funding.git
synced 2025-02-03 07:03:26 +00:00
fix alignment
This commit is contained in:
parent
615e715b14
commit
dfbe87f934
@ -47,7 +47,7 @@ const formatAccount = account => {
|
||||
|
||||
const useStyles = makeStyles(theme => ({
|
||||
root: {
|
||||
display: 'flex',
|
||||
display: 'flex'
|
||||
},
|
||||
appBar: {
|
||||
transition: theme.transitions.create(['margin', 'width'], {
|
||||
|
@ -46,7 +46,7 @@ const addProjectSucessMsg = response => {
|
||||
const { events: { ProjectAdded: { returnValues: { idProject } } } } = response
|
||||
return `Project created with ID of ${idProject}, will redirect to your new project page in a few seconds`
|
||||
}
|
||||
const STEPS = ['Connect', 'Authorize Amount', 'Fund', 'Confirmation']
|
||||
const STEPS = ['Connect', 'Authorize Amount', 'Fund', 'Confirm']
|
||||
const buttonText = ['Connect', 'Authorize Amount', 'Fund', 'Awaiting Confirmation', 'Confirmed']
|
||||
function stepperProgress(values, projectData, submissionState) {
|
||||
if (submissionState === CONFIRMED) return IS_CONFIRMED
|
||||
|
@ -57,6 +57,9 @@ const styles = theme => ({
|
||||
gridColumnStart: '1',
|
||||
gridColumnEnd: '13',
|
||||
gridRowGap: '2ch',
|
||||
[theme.breakpoints.up('md')]: {
|
||||
margin: '0rem 5rem 0rem 3rem'
|
||||
}
|
||||
},
|
||||
edit: {
|
||||
gridColumnStart: 12,
|
||||
@ -127,7 +130,7 @@ const styles = theme => ({
|
||||
gridColumn: '1 / 13',
|
||||
height: 'fit-content',
|
||||
[theme.breakpoints.up('md')]: {
|
||||
gridColumn: '8 / 13',
|
||||
gridColumn: '9 / 13',
|
||||
gridTemplateRows: '9rem'
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user