Add some icons to notifications.

This commit is contained in:
Roger Braun 2016-11-27 20:00:44 +01:00
parent e8c85434b7
commit 0cbd145a5a
2 changed files with 13 additions and 3 deletions

View file

@ -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;