feat: add dynamic position to editable cards, reject/authorize buttons

This commit is contained in:
José Oliveira 2021-10-18 13:42:55 +01:00
parent 5cc63d05a6
commit 550bc2b7a4
9 changed files with 403 additions and 319 deletions

View file

@ -8,29 +8,12 @@ export default {
marginTop: 7,
marginRight: 24
},
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]]
},
viewIcons: {
marginRight: 12
}