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

@ -13,6 +13,7 @@ import AddMachine from 'src/pages/AddMachine'
import { ReactComponent as AddIconReverse } from 'src/styling/icons/button/add/white.svg'
import { ReactComponent as AddIcon } from 'src/styling/icons/button/add/zodiac.svg'
import { ReactComponent as Logo } from 'src/styling/icons/menu/logo.svg'
import { ReactComponent as NotificationIconZodiac } from 'src/styling/icons/menu/notification-zodiac.svg'
import { ReactComponent as NotificationIcon } from 'src/styling/icons/menu/notification.svg'
import styles from './Header.styles'