feat: notifications rework
This commit is contained in:
parent
b6e7d98b72
commit
ffa8713ee4
77 changed files with 2281 additions and 3269 deletions
17
new-lamassu-admin/src/components/editableTable/Row.styles.js
Normal file
17
new-lamassu-admin/src/components/editableTable/Row.styles.js
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
import { bySize, bold } from 'src/styling/helpers'
|
||||
|
||||
export default {
|
||||
cancelButton: {
|
||||
marginRight: 20
|
||||
},
|
||||
withSuffix: ({ textAlign }) => ({
|
||||
display: 'flex',
|
||||
alignItems: 'baseline',
|
||||
justifyContent: textAlign === 'right' && 'end'
|
||||
}),
|
||||
suffix: {
|
||||
marginLeft: 7
|
||||
},
|
||||
size: ({ size }) => bySize(size),
|
||||
bold
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue