💄 improve(ui): hotaru 主题底部进度条数据融合

This commit is contained in:
naiba
2020-12-20 21:47:12 +08:00
parent b46827f244
commit e912578723
3 changed files with 35 additions and 18 deletions

View File

@@ -159,11 +159,6 @@ h1 {
}
}
.location-progress .bar {
height: 0.5em !important;
margin-bottom: 1em !important;
}
.ui.progress {
margin: unset !important;
}
@@ -175,4 +170,21 @@ h1 {
table tr {
height: 3em !important;
}
.location-progress>.ui.progress>.bar {
height: 0.5em !important;
margin-bottom: 1em !important;
}
.state-online {
background-color: rgb(0, 235, 139);
border-radius: .3em;
margin-left: 1em;
}
.state-offline {
background-color: slategray;
border-radius: .3em;
margin-left: 1em;
}