remove loading procent while error, add circle progres bar
This commit is contained in:
@@ -521,7 +521,7 @@
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.upload-progress {
|
||||
/* .upload-progress {
|
||||
font-weight: 500;
|
||||
font-size: 18px;
|
||||
margin-right: 16px;
|
||||
@@ -529,6 +529,41 @@
|
||||
@media (max-width: 500px) {
|
||||
margin-right: 0px;
|
||||
}
|
||||
} */
|
||||
|
||||
.upload-progress-circle {
|
||||
position: relative;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
margin-right: 16px;
|
||||
|
||||
@media (max-width: 500px) {
|
||||
margin-right: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.circular-chart {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
transform: rotate(-90deg);
|
||||
}
|
||||
|
||||
.circle-bg {
|
||||
stroke: #e5e7eb;
|
||||
}
|
||||
|
||||
.circle {
|
||||
transition: stroke-dasharray 0.3s ease;
|
||||
}
|
||||
|
||||
.circle-percentage {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
font-size: 10px;
|
||||
font-weight: 600;
|
||||
color: #374151;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user