blob: a77020a2b16e8f850ed605fb65f308d2cc3146cd [file] [log] [blame]
.ProgressBar {
width: 100%;
height: 100%;
position: relative;
}
.ProgressBar svg {
width: 100%;
height: 100%;
}
.ProgressBar label.progressText {
position: absolute;
width: 200px;
height: 30px;
top: calc(33% + 115px);
left: calc(50% - 100px);
font-size: 20px;
text-align: center;
}
.ProgressBar label.progressPercentage {
position: absolute;
width: 200px;
height: 30px;
top: calc(33% - 15px);
left: calc(50% - 100px);
font-size: 20px;
text-align: center;
}