diff options
Diffstat (limited to 'frontend/src/components/Notifications.scss')
-rw-r--r-- | frontend/src/components/Notifications.scss | 6 |
1 files changed, 6 insertions, 0 deletions
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; + } } } |