forked from forgejo/forgejo
new webhooks list UI
This commit is contained in:
parent
1cb03135b7
commit
2881456421
28 changed files with 329 additions and 180 deletions
|
@ -73,9 +73,21 @@ img {
|
|||
.text {
|
||||
&.red {
|
||||
color: #d95c5c!important;
|
||||
a {
|
||||
color: #d95c5c!important;
|
||||
&:hover {
|
||||
color: #E67777!important;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.blue {
|
||||
color: #428bca!important;
|
||||
a {
|
||||
color: #15c!important;
|
||||
&:hover {
|
||||
color: #428bca!important;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.grey {
|
||||
color: #767676!important;
|
||||
|
@ -105,6 +117,10 @@ img {
|
|||
white-space: nowrap;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
&.thin {
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
|
||||
.message {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue