diff --git a/new-lamassu-admin/src/pages/Cashout/WizardStep.js b/new-lamassu-admin/src/pages/Cashout/WizardStep.js index c4694c35..a91f67fc 100644 --- a/new-lamassu-admin/src/pages/Cashout/WizardStep.js +++ b/new-lamassu-admin/src/pages/Cashout/WizardStep.js @@ -75,7 +75,7 @@ const WizardStep = ({ }} enableReinitialize validationSchema={schema}> -
+
{steps.map( ({ type, display, component }, idx) => @@ -122,31 +122,31 @@ const WizardStep = ({ )} {isLastStep && ( -
- Cash Cassette Bill Count -

- - When enabling cash-out, your bill count will be automatically set to - zero. Make sure you physically put cash inside the cash cassettes to - allow the machine to dispense it to your users. If you already did, - make sure you set the correct cash cassette bill count for this - machine on your Cash Boxes & Cassettes tab under Maintenance. -

- - Default Commissions -

- - When enabling cash-out, default commissions will be set. To change - commissions for this machine, please go to the Commissions tab under - Settings where you can set exceptions for each of the available - cryptocurrencies. -

+
- {error && Failed to save} - + Cash Cassette Bill Count +

+ + When enabling cash-out, your bill count will be automatically set + to zero. Make sure you physically put cash inside the cash + cassettes to allow the machine to dispense it to your users. If + you already did, make sure you set the correct cash cassette bill + count for this machine on your Cash Boxes & Cassettes tab under + Maintenance. +

+ Default Commissions +

+ + When enabling cash-out, default commissions will be set. To change + commissions for this machine, please go to the Commissions tab + under Settings where you can set exceptions for each of the + available cryptocurrencies. +

+ {error && Failed to save} +
)} diff --git a/new-lamassu-admin/src/pages/Cashout/WizardStep.styles.js b/new-lamassu-admin/src/pages/Cashout/WizardStep.styles.js index 2108ec52..4cd13301 100644 --- a/new-lamassu-admin/src/pages/Cashout/WizardStep.styles.js +++ b/new-lamassu-admin/src/pages/Cashout/WizardStep.styles.js @@ -30,22 +30,21 @@ export default { suffix: { paddingLeft: spacer * 2 }, - button: { - marginLeft: 'auto' - }, submit: { - float: 'right' + alignSelf: 'flex-end' }, picker: { width: LABEL_WIDTH }, header: { - display: 'flex', - marginBottom: 95 + display: 'flex' }, - thirdStepHeader: { + column: { display: 'flex', - paddingBottom: 188 + flexGrow: 2, + flexDirection: 'column', + paddingBottom: 32, + justifyContent: 'space-between' }, step: { flex: 1 @@ -55,21 +54,8 @@ export default { top: -20, right: 14 }, - content: { - display: 'flex', - flexDirection: 'column', - justifyContent: 'space-between', - flex: 1, - paddingBottom: 32 - }, - disclaimer: { - display: 'flex', - flex: 1, - flexDirection: 'column', - justifyContent: 'space-between' - }, disclaimerIcon: { float: 'left', - margin: [[-4, 16, 48, 0]] + margin: [[2, 16, 48, 0]] } }