| .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; | |
| } |