aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/notifications.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/notifications/notifications.scss')
-rw-r--r--src/components/notifications/notifications.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss
index 1257e751..4454d6b6 100644
--- a/src/components/notifications/notifications.scss
+++ b/src/components/notifications/notifications.scss
@@ -1,3 +1,4 @@
+@import '../../_variables.scss';
.notification {
padding: 0.5em;
padding-left: 1em;
@@ -5,6 +6,15 @@
border-bottom: 1px solid silver;
.text {
+
+ .icon-retweet {
+ color: $green;
+ }
+
+ .icon-reply {
+ color: $blue;
+ }
+
h1 {
margin: 0;
padding: 0;