feat: add icons and make customer data cards editable

This commit is contained in:
José Oliveira 2021-10-12 13:54:36 +01:00
parent 4b461c0a57
commit 5cc63d05a6
25 changed files with 431 additions and 94 deletions

View file

@ -0,0 +1,13 @@
export default {
editButton: {
display: 'flex',
justifyContent: 'right'
},
saveButton: {
marginRight: 12
},
editingButtons: {
display: 'flex',
justifyContent: 'right'
}
}