feat: use Namespaced table and wizard on Cashout
This commit is contained in:
parent
af95a366c6
commit
1cf4168294
9 changed files with 337 additions and 559 deletions
26
new-lamassu-admin/src/pages/Cashout/WizardStep.styles.js
Normal file
26
new-lamassu-admin/src/pages/Cashout/WizardStep.styles.js
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
import { errorColor } from 'src/styling/variables'
|
||||
|
||||
const LABEL_WIDTH = 150
|
||||
|
||||
export default {
|
||||
title: {
|
||||
margin: [[0, 0, 12, 0]]
|
||||
},
|
||||
subtitle: {
|
||||
margin: [[32, 0, 21, 0]]
|
||||
},
|
||||
error: {
|
||||
color: errorColor
|
||||
},
|
||||
button: {
|
||||
marginLeft: 'auto'
|
||||
},
|
||||
submit: {
|
||||
display: 'flex',
|
||||
flexDirection: 'row',
|
||||
margin: [['auto', 0, 24]]
|
||||
},
|
||||
picker: {
|
||||
width: LABEL_WIDTH
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue