feat: notifications rework
This commit is contained in:
parent
b6e7d98b72
commit
ffa8713ee4
77 changed files with 2281 additions and 3269 deletions
|
|
@ -0,0 +1,20 @@
|
|||
export default {
|
||||
cryptoBalanceAlerts: {
|
||||
display: 'flex',
|
||||
marginBottom: 36,
|
||||
height: 135,
|
||||
alignItems: 'center'
|
||||
},
|
||||
cryptoBalanceAlertsForm: {
|
||||
width: 222,
|
||||
marginRight: 32
|
||||
},
|
||||
cryptoBalanceAlertsSecondForm: {
|
||||
marginLeft: 50
|
||||
},
|
||||
vertSeparator: {
|
||||
width: 1,
|
||||
height: '100%',
|
||||
borderRight: [[1, 'solid', 'black']]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue