feat(runner): create new token for creating new runner

This commit is contained in:
fuxiaohei
2022-10-17 21:21:43 +08:00
committed by Jason Song
parent 243c1e5134
commit f633ec9704
7 changed files with 128 additions and 21 deletions

View File

@ -15,4 +15,13 @@
background-color: var(--color-green);
color: var(--color-white);
}
.runner-new-text{
color: var(--color-white)
}
#runner-new:hover .runner-new-text{
color: var(--color-white) !important;
}
.runner-new-menu{
width: 300px;
}
}