feat: overview rework and customer data mosaic view

This commit is contained in:
José Oliveira 2021-09-17 11:32:43 +01:00
parent 3102c2bef0
commit 4b461c0a57
8 changed files with 376 additions and 43 deletions

View file

@ -0,0 +1,34 @@
export default {
header: {
display: 'flex',
flexDirection: 'row',
marginBottom: 15
},
title: {
marginTop: 7,
marginRight: 20
},
leftSideCard: {
borderRadius: 10,
marginRight: 10,
marginBottom: 15
},
rightSideCard: {
borderRadius: 10,
marginLeft: 10
},
cardHeader: {
display: 'flex',
flexDirection: 'row',
marginBottom: 15
},
editIcon: {
marginTop: 5
},
cardIcon: {
marginTop: 7
},
cardTitle: {
margin: [[8, 15, 15, 15]]
}
}