💄 improve: done #10 进度条

This commit is contained in:
naiba
2020-12-19 12:43:03 +08:00
parent 9dbbfac551
commit 13f90e7a1f
7 changed files with 141 additions and 182 deletions

View File

@@ -89,32 +89,6 @@ table {
font-size: 24px;
}
.location-progress .progress {
margin: 0 0 15px 0;
}
.progress {
background-color: #d5dade;
-webkit-box-shadow: none;
box-shadow: none;
}
.progress-bar {
background: linear-gradient(to right, #44ce78 0%, #43ce9f 100%) !important;
}
.progress-bar-danger {
background: #d9534f !important;
}
.progress-bar-warning {
background: #f0ad4e !important;
}
.progress-sm {
height: 5px;
}
.table {
/* font-size: 0.9rem; */
font-weight: 800;
@@ -183,4 +157,21 @@ h1 {
background-size: 100%;
}
}
}
.location-progress .bar {
height: 0.5em !important;
margin-bottom: 1em !important;
}
.ui.progress {
margin: unset !important;
}
.ui.progress .bar {
line-height: unset !important;
}
table tr {
height: 3em !important;
}