1
1
mirror of https://github.com/go-gitea/gitea synced 2025-09-28 03:28:13 +00:00
Files
gitea/web_src/less/_runner.less
2022-11-25 17:48:45 +08:00

14 lines
211 B
Plaintext

@import "variables.less";
.admin.runners {
.runner-ops > a {
margin-left: 0.5em;
}
.runner-ops-delete {
color: var(--color-red-light);
}
.runner-basic-info .dib {
margin-right: 1em;
}
}