Add some icons to notifications.
This commit is contained in:
parent
e8c85434b7
commit
0cbd145a5a
2 changed files with 13 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue