feat: created a wizard component to wrap the flow control

This commit is contained in:
Liordino Neto 2020-04-02 20:54:01 -03:00 committed by Josh Harvey
parent 46b2a15425
commit 8c35ffc2ed
3 changed files with 256 additions and 27 deletions

View file

@ -81,6 +81,14 @@ const mainStyles = {
popoverContent: {
width: 272,
padding: [[10, 15]]
},
radioGroupWrapper: {
marginBottom: 46
},
textInput: {
width: 96,
height: 40,
marginRight: 8
}
}