Sync progress circle

This commit is contained in:
Zef Hemel
2023-06-14 20:58:08 +02:00
parent 604329b02a
commit a2bba5a7ab
6 changed files with 88 additions and 23 deletions
+23
View File
@@ -115,6 +115,29 @@ body {
right: 15px;
top: 0;
}
.progress-wrapper {
display: inline-block;
position: relative;
top: -6px;
padding-right: 6px;
}
.progress-bar {
display: flex;
justify-content: center;
align-items: center;
width: 20px;
height: 20px;
border-radius: 50%;
font-size: 6px;
}
// .progress-bar::before {
// content: "66%";
// }
}
.sb-panel {