feat: add icons and make customer data cards editable
This commit is contained in:
parent
4b461c0a57
commit
5cc63d05a6
25 changed files with 431 additions and 94 deletions
|
|
@ -0,0 +1,13 @@
|
|||
export default {
|
||||
editButton: {
|
||||
display: 'flex',
|
||||
justifyContent: 'right'
|
||||
},
|
||||
saveButton: {
|
||||
marginRight: 12
|
||||
},
|
||||
editingButtons: {
|
||||
display: 'flex',
|
||||
justifyContent: 'right'
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue