mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-27 11:02:48 +09:00
19 lines
328 B
Plaintext
19 lines
328 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;
|
|
}
|
|
.runner-status-online{
|
|
.ui.label;
|
|
background-color: var(--color-green);
|
|
color: var(--color-white);
|
|
}
|
|
}
|