Re-implement file type progress bar

This commit is contained in:
shamoon
2023-03-19 23:22:28 -07:00
parent 4d26a3d2c6
commit 0a977a9d0a
7 changed files with 69 additions and 122 deletions
@@ -1,26 +1,10 @@
.file-type-bar {
display: flex;
height: 10px;
margin-bottom: 10px;
}
.file-type {
height: 100%;
}
.file-type-label {
align-items: center;
float: left;
padding-right: 10px;
}
.file-type-color {
width: 10px;
height: 10px;
border-radius: 50%;
display: inline-block;
margin-right: 5px;
}
.rounded-left {
border-radius: 5px 0 0 5px;
}
.rounded-right {
border-radius: 0 5px 5px 0;
.filetypes {
.progress {
height: 0.6rem;
}
.badge {
height: 0.6rem;
width: 0.6rem;
}
}