You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
363 B
22 lines
363 B
6 years ago
|
.circularProgressBarContainer {
|
||
|
position: relative;
|
||
|
display: inline-block;
|
||
|
vertical-align: top;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.circularProgressBar {
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
transform: rotate(-90deg);
|
||
|
transform-origin: center center;
|
||
|
}
|
||
|
|
||
|
.circularProgressBarText {
|
||
|
position: absolute;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
font-weight: bold;
|
||
|
}
|