Feat: add clear all button, stripe overlay on invalid notification
Fix: rework notification styles
This commit is contained in:
parent
7459700986
commit
55dc3aab94
4 changed files with 44 additions and 67 deletions
|
|
@ -16,7 +16,7 @@ const styles = {
|
|||
top: 0,
|
||||
zIndex: -1,
|
||||
backgroundColor: white,
|
||||
boxShadow: '0 0 14px 0 rgba(0, 0, 0, 0.24)'
|
||||
height: '100vh'
|
||||
},
|
||||
container: {
|
||||
left: -200,
|
||||
|
|
@ -53,6 +53,7 @@ const styles = {
|
|||
backgroundColor: zircon
|
||||
},
|
||||
notificationsList: {
|
||||
zIndex: 10,
|
||||
width: 440,
|
||||
height: '90vh',
|
||||
maxHeight: '100vh',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue