Feat: add clear all button, stripe overlay on invalid notification

Fix: rework notification styles
This commit is contained in:
Cesar 2020-12-28 20:45:45 +00:00 committed by Josh Harvey
parent 7459700986
commit 55dc3aab94
4 changed files with 44 additions and 67 deletions

View file

@ -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',