aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/Notifications.scss
diff options
context:
space:
mode:
authorEmiliano Ciavatta2020-12-17 09:57:29 +0000
committerEmiliano Ciavatta2020-12-17 09:57:29 +0000
commitad0c27ae1fde7d24c24a34a7c305edeb0ea9974e (patch)
treeb65405425d3325935a8bcd8fbedd7e8905eb7c6c /frontend/src/components/Notifications.scss
parente4b73c0c3ce2c8817ddd1b8cfaa672823b59a422 (diff)
parent1c7bd710650cafbf1eb093344a95a57882069fae (diff)
Merge branch 'develop' into main
Diffstat (limited to 'frontend/src/components/Notifications.scss')
-rw-r--r--frontend/src/components/Notifications.scss6
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;
+ }
}
}