From 1c7bd710650cafbf1eb093344a95a57882069fae Mon Sep 17 00:00:00 2001 From: Emiliano Ciavatta Date: Thu, 17 Dec 2020 10:57:02 +0100 Subject: Add time boundary check in timeline to prevent page crashes --- frontend/src/components/Notifications.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'frontend/src/components/Notifications.scss') diff --git a/frontend/src/components/Notifications.scss b/frontend/src/components/Notifications.scss index 5852c7d..5a032c8 100644 --- a/frontend/src/components/Notifications.scss +++ b/frontend/src/components/Notifications.scss @@ -45,5 +45,11 @@ border-left: 5px solid $color-blue-dark; background-color: $color-blue; } + + &.notification-red { + color: $color-red-light; + border-left: 5px solid $color-red-dark; + background-color: $color-red; + } } } -- cgit v1.2.3-70-g09d2