💄 improve(ui): progress bar and percent

This commit is contained in:
naiba
2020-12-25 20:35:06 +08:00
parent 76c789efd8
commit 6bf1233ce8
5 changed files with 15 additions and 16 deletions

View File

@@ -70,5 +70,10 @@
}
.ui.progress .bar {
min-width: .15em !important;
min-width: 1.26em !important;
text-align: right;
padding-right: .4em;
line-height: 1.75em;
color: rgba(255, 255, 255, .7);
font-weight: 700;
}