feat: notifications rework
This commit is contained in:
parent
b6e7d98b72
commit
ffa8713ee4
77 changed files with 2281 additions and 3269 deletions
|
|
@ -0,0 +1,29 @@
|
|||
export default {
|
||||
header: {
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
marginBottom: 16,
|
||||
height: 26,
|
||||
margin: 0
|
||||
},
|
||||
title: {
|
||||
flexShrink: 2,
|
||||
margin: 0,
|
||||
overflow: 'hidden',
|
||||
whiteSpace: 'nowrap',
|
||||
textOverflow: 'ellipsis'
|
||||
},
|
||||
button: {
|
||||
border: 'none',
|
||||
backgroundColor: 'transparent',
|
||||
cursor: 'pointer',
|
||||
marginLeft: 8
|
||||
},
|
||||
editingButtons: {
|
||||
display: 'flex',
|
||||
flexShrink: 0,
|
||||
marginLeft: 16,
|
||||
justifyContent: 'space-between',
|
||||
width: 110
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue