1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Notifications - Step 2

This commit is contained in:
Andrey Nering
2016-12-30 16:49:54 -02:00
parent 42904cb98a
commit 6069abe5fd
9 changed files with 193 additions and 1 deletions

View File

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