forked from forgejo/forgejo
Notifications - Step 2
This commit is contained in:
parent
42904cb98a
commit
6069abe5fd
9 changed files with 193 additions and 1 deletions
|
@ -74,4 +74,25 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.notification {
|
||||
.octicon {
|
||||
float: left;
|
||||
font-size: 2em;
|
||||
}
|
||||
.content {
|
||||
float: left;
|
||||
margin-left: 7px;
|
||||
}
|
||||
|
||||
.octicon-issue-opened, .octicon-git-pull-request {
|
||||
color: green;
|
||||
}
|
||||
.octicon-issue-closed {
|
||||
color: red;
|
||||
}
|
||||
.octicon-git-merge {
|
||||
color: purple;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue