Sync progress circle
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user