diff options
| author | Roger Braun <roger@rogerbraun.net> | 2016-11-27 20:00:44 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2016-11-27 20:00:44 +0100 |
| commit | 0cbd145a5abb6eefda35a4a65820f7430634fbc0 (patch) | |
| tree | 6a41baefeda28ff277e8294db44fc934e840970d /src/components/notifications/notifications.scss | |
| parent | e8c85434b7b884a9fa398d75694691548bc35aa3 (diff) | |
Add some icons to notifications.
Diffstat (limited to 'src/components/notifications/notifications.scss')
| -rw-r--r-- | src/components/notifications/notifications.scss | 10 |
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; |
