feat: add dynamic position to editable cards, reject/authorize buttons
This commit is contained in:
parent
5cc63d05a6
commit
550bc2b7a4
9 changed files with 403 additions and 319 deletions
|
|
@ -1,13 +1,50 @@
|
|||
import { tomato, spring4, comet } from 'src/styling/variables'
|
||||
|
||||
export default {
|
||||
label1: {
|
||||
display: 'flex',
|
||||
width: 85,
|
||||
justifyContent: 'right'
|
||||
},
|
||||
label1Pending: {
|
||||
color: comet
|
||||
},
|
||||
label1Rejected: {
|
||||
color: tomato
|
||||
},
|
||||
label1Accepted: {
|
||||
color: spring4
|
||||
},
|
||||
editButton: {
|
||||
marginTop: 30,
|
||||
display: 'flex',
|
||||
justifyContent: 'right'
|
||||
},
|
||||
saveButton: {
|
||||
marginRight: 12
|
||||
button: {
|
||||
marginRight: 8
|
||||
},
|
||||
editingButtons: {
|
||||
marginTop: 30,
|
||||
display: 'flex',
|
||||
justifyContent: 'right'
|
||||
},
|
||||
card: {
|
||||
borderRadius: 10,
|
||||
marginRight: 15,
|
||||
marginBottom: 15
|
||||
},
|
||||
cardHeader: {
|
||||
display: 'flex',
|
||||
flexDirection: 'row',
|
||||
marginBottom: 15
|
||||
},
|
||||
editIcon: {
|
||||
marginTop: 5
|
||||
},
|
||||
cardIcon: {
|
||||
marginTop: 7
|
||||
},
|
||||
cardTitle: {
|
||||
margin: [[8, 15, 15, 15]]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue