fix build view ui

This commit is contained in:
wxiaoguang
2022-10-21 22:30:06 +08:00
committed by Jason Song
parent 34a1bb2c20
commit ea5e769428
8 changed files with 40 additions and 71 deletions

View File

@ -0,0 +1,14 @@
.page-content.repository {
.build-view-header {
height: 60px;
h1 {
font-size: 20px;
font-weight: 300;
}
.index {
color: var(--color-text-light-2);
}
}
}