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
|
@ -2694,6 +2694,24 @@ footer .ui.language .menu {
|
|||
.user.followers .follow .ui.button {
|
||||
padding: 8px 15px;
|
||||
}
|
||||
.user.notification .octicon {
|
||||
float: left;
|
||||
font-size: 2em;
|
||||
}
|
||||
.user.notification .content {
|
||||
float: left;
|
||||
margin-left: 7px;
|
||||
}
|
||||
.user.notification .octicon-issue-opened,
|
||||
.user.notification .octicon-git-pull-request {
|
||||
color: green;
|
||||
}
|
||||
.user.notification .octicon-issue-closed {
|
||||
color: red;
|
||||
}
|
||||
.user.notification .octicon-git-merge {
|
||||
color: purple;
|
||||
}
|
||||
.dashboard {
|
||||
padding-top: 15px;
|
||||
padding-bottom: 80px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue