mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-18 14:44:06 +09:00
feat(runner): update edit.html
This commit is contained in:
@ -1,5 +1,13 @@
|
||||
@import "variables.less";
|
||||
|
||||
.admin.runner{
|
||||
|
||||
.admin.runners {
|
||||
.runner-ops > a {
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
.runner-ops-delete {
|
||||
color: var(--color-red-light);
|
||||
}
|
||||
.runner-basic-info .dib {
|
||||
margin-right: 1em;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user