|
@@ -76,8 +76,7 @@
|
|
border-bottom-left-radius: 80px;
|
|
border-bottom-left-radius: 80px;
|
|
border-right: 0;
|
|
border-right: 0;
|
|
transform-origin: center right;
|
|
transform-origin: center right;
|
|
- -webkit-animation: circular-loading-1 1.8s linear forwards;
|
|
|
|
- animation: circular-loading-1 1.8s linear forwards;
|
|
|
|
|
|
+ animation: circular-loading-1 1.8s linear forwards;
|
|
}
|
|
}
|
|
|
|
|
|
.circular-progress .circular-progress-value {
|
|
.circular-progress .circular-progress-value {
|
|
@@ -123,67 +122,47 @@
|
|
}
|
|
}
|
|
|
|
|
|
.circular-progress-percentage-50 {
|
|
.circular-progress-percentage-50 {
|
|
- -webkit-animation: circular-loading-50 0s linear forwards 1.8s;
|
|
|
|
- animation: circular-loading-50 0s linear forwards 1.8s;
|
|
|
|
|
|
+ animation: circular-loading-50 0s linear forwards 1.8s;
|
|
}
|
|
}
|
|
|
|
|
|
.circular-progress-percentage-55 {
|
|
.circular-progress-percentage-55 {
|
|
- -webkit-animation: circular-loading-55 0.18s linear forwards 1.8s;
|
|
|
|
- animation: circular-loading-55 0.18s linear forwards 1.8s;
|
|
|
|
|
|
+ animation: circular-loading-55 0.18s linear forwards 1.8s;
|
|
}
|
|
}
|
|
|
|
|
|
.circular-progress-percentage-60 {
|
|
.circular-progress-percentage-60 {
|
|
- -webkit-animation: circular-loading-60 0.36s linear forwards 1.8s;
|
|
|
|
- animation: circular-loading-60 0.36s linear forwards 1.8s;
|
|
|
|
|
|
+ animation: circular-loading-60 0.36s linear forwards 1.8s;
|
|
}
|
|
}
|
|
|
|
|
|
.circular-progress-percentage-65 {
|
|
.circular-progress-percentage-65 {
|
|
- -webkit-animation: circular-loading-65 0.54s linear forwards 1.8s;
|
|
|
|
- animation: circular-loading-65 0.54s linear forwards 1.8s;
|
|
|
|
|
|
+ animation: circular-loading-65 0.54s linear forwards 1.8s;
|
|
}
|
|
}
|
|
|
|
|
|
.circular-progress-percentage-70 {
|
|
.circular-progress-percentage-70 {
|
|
- -webkit-animation: circular-loading-70 0.72s linear forwards 1.8s;
|
|
|
|
- animation: circular-loading-70 0.72s linear forwards 1.8s;
|
|
|
|
|
|
+ animation: circular-loading-70 0.72s linear forwards 1.8s;
|
|
}
|
|
}
|
|
|
|
|
|
.circular-progress-percentage-75 {
|
|
.circular-progress-percentage-75 {
|
|
- -webkit-animation: circular-loading-75 0.9s linear forwards 1.8s;
|
|
|
|
- animation: circular-loading-75 0.9s linear forwards 1.8s;
|
|
|
|
|
|
+ animation: circular-loading-75 0.9s linear forwards 1.8s;
|
|
}
|
|
}
|
|
|
|
|
|
.circular-progress-percentage-80 {
|
|
.circular-progress-percentage-80 {
|
|
- -webkit-animation: circular-loading-80 1.08s linear forwards 1.8s;
|
|
|
|
- animation: circular-loading-80 1.08s linear forwards 1.8s;
|
|
|
|
|
|
+ animation: circular-loading-80 1.08s linear forwards 1.8s;
|
|
}
|
|
}
|
|
|
|
|
|
.circular-progress-percentage-85 {
|
|
.circular-progress-percentage-85 {
|
|
- -webkit-animation: circular-loading-85 1.26s linear forwards 1.8s;
|
|
|
|
- animation: circular-loading-85 1.26s linear forwards 1.8s;
|
|
|
|
|
|
+ animation: circular-loading-85 1.26s linear forwards 1.8s;
|
|
}
|
|
}
|
|
|
|
|
|
.circular-progress-percentage-90 {
|
|
.circular-progress-percentage-90 {
|
|
- -webkit-animation: circular-loading-90 1.44s linear forwards 1.8s;
|
|
|
|
- animation: circular-loading-90 1.44s linear forwards 1.8s;
|
|
|
|
|
|
+ animation: circular-loading-90 1.44s linear forwards 1.8s;
|
|
}
|
|
}
|
|
|
|
|
|
.circular-progress-percentage-95 {
|
|
.circular-progress-percentage-95 {
|
|
- -webkit-animation: circular-loading-95 1.62s linear forwards 1.8s;
|
|
|
|
- animation: circular-loading-95 1.62s linear forwards 1.8s;
|
|
|
|
|
|
+ animation: circular-loading-95 1.62s linear forwards 1.8s;
|
|
}
|
|
}
|
|
|
|
|
|
.circular-progress-percentage-100 {
|
|
.circular-progress-percentage-100 {
|
|
- -webkit-animation: circular-loading-100 1.8s linear forwards 1.8s;
|
|
|
|
- animation: circular-loading-100 1.8s linear forwards 1.8s;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-@-webkit-keyframes circular-loading-50 {
|
|
|
|
- 0% {
|
|
|
|
- transform: rotate(0deg);
|
|
|
|
- }
|
|
|
|
- 100% {
|
|
|
|
- transform: rotate(0deg);
|
|
|
|
- }
|
|
|
|
|
|
+ animation: circular-loading-100 1.8s linear forwards 1.8s;
|
|
}
|
|
}
|
|
|
|
|
|
@keyframes circular-loading-50 {
|
|
@keyframes circular-loading-50 {
|
|
@@ -195,15 +174,6 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-@-webkit-keyframes circular-loading-55 {
|
|
|
|
- 0% {
|
|
|
|
- transform: rotate(0deg);
|
|
|
|
- }
|
|
|
|
- 100% {
|
|
|
|
- transform: rotate(18deg);
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
@keyframes circular-loading-55 {
|
|
@keyframes circular-loading-55 {
|
|
0% {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
@@ -213,15 +183,6 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-@-webkit-keyframes circular-loading-60 {
|
|
|
|
- 0% {
|
|
|
|
- transform: rotate(0deg);
|
|
|
|
- }
|
|
|
|
- 100% {
|
|
|
|
- transform: rotate(36deg);
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
@keyframes circular-loading-60 {
|
|
@keyframes circular-loading-60 {
|
|
0% {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
@@ -231,15 +192,6 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-@-webkit-keyframes circular-loading-65 {
|
|
|
|
- 0% {
|
|
|
|
- transform: rotate(0deg);
|
|
|
|
- }
|
|
|
|
- 100% {
|
|
|
|
- transform: rotate(54deg);
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
@keyframes circular-loading-65 {
|
|
@keyframes circular-loading-65 {
|
|
0% {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
@@ -249,15 +201,6 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-@-webkit-keyframes circular-loading-70 {
|
|
|
|
- 0% {
|
|
|
|
- transform: rotate(0deg);
|
|
|
|
- }
|
|
|
|
- 100% {
|
|
|
|
- transform: rotate(72deg);
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
@keyframes circular-loading-70 {
|
|
@keyframes circular-loading-70 {
|
|
0% {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
@@ -267,15 +210,6 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-@-webkit-keyframes circular-loading-75 {
|
|
|
|
- 0% {
|
|
|
|
- transform: rotate(0deg);
|
|
|
|
- }
|
|
|
|
- 100% {
|
|
|
|
- transform: rotate(90deg);
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
@keyframes circular-loading-75 {
|
|
@keyframes circular-loading-75 {
|
|
0% {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
@@ -285,15 +219,6 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-@-webkit-keyframes circular-loading-80 {
|
|
|
|
- 0% {
|
|
|
|
- transform: rotate(0deg);
|
|
|
|
- }
|
|
|
|
- 100% {
|
|
|
|
- transform: rotate(108deg);
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
@keyframes circular-loading-80 {
|
|
@keyframes circular-loading-80 {
|
|
0% {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
@@ -303,15 +228,6 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-@-webkit-keyframes circular-loading-85 {
|
|
|
|
- 0% {
|
|
|
|
- transform: rotate(0deg);
|
|
|
|
- }
|
|
|
|
- 100% {
|
|
|
|
- transform: rotate(126deg);
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
@keyframes circular-loading-85 {
|
|
@keyframes circular-loading-85 {
|
|
0% {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
@@ -321,15 +237,6 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-@-webkit-keyframes circular-loading-90 {
|
|
|
|
- 0% {
|
|
|
|
- transform: rotate(0deg);
|
|
|
|
- }
|
|
|
|
- 100% {
|
|
|
|
- transform: rotate(144deg);
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
@keyframes circular-loading-90 {
|
|
@keyframes circular-loading-90 {
|
|
0% {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
@@ -339,15 +246,6 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-@-webkit-keyframes circular-loading-95 {
|
|
|
|
- 0% {
|
|
|
|
- transform: rotate(0deg);
|
|
|
|
- }
|
|
|
|
- 100% {
|
|
|
|
- transform: rotate(162deg);
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
@keyframes circular-loading-95 {
|
|
@keyframes circular-loading-95 {
|
|
0% {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
@@ -357,15 +255,6 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-@-webkit-keyframes circular-loading-100 {
|
|
|
|
- 0% {
|
|
|
|
- transform: rotate(0deg);
|
|
|
|
- }
|
|
|
|
- 100% {
|
|
|
|
- transform: rotate(180deg);
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
@keyframes circular-loading-100 {
|
|
@keyframes circular-loading-100 {
|
|
0% {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
@@ -375,15 +264,6 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-@-webkit-keyframes circular-loading-1 {
|
|
|
|
- 0% {
|
|
|
|
- transform: rotate(0deg);
|
|
|
|
- }
|
|
|
|
- 100% {
|
|
|
|
- transform: rotate(180deg);
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
@keyframes circular-loading-1 {
|
|
@keyframes circular-loading-1 {
|
|
0% {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
@@ -393,15 +273,6 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-@-webkit-keyframes circular-loading-2 {
|
|
|
|
- 0% {
|
|
|
|
- transform: rotate(0deg);
|
|
|
|
- }
|
|
|
|
- 100% {
|
|
|
|
- transform: rotate(144deg);
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
@keyframes circular-loading-2 {
|
|
@keyframes circular-loading-2 {
|
|
0% {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
@@ -411,15 +282,6 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-@-webkit-keyframes circular-loading-3 {
|
|
|
|
- 0% {
|
|
|
|
- transform: rotate(0deg);
|
|
|
|
- }
|
|
|
|
- 100% {
|
|
|
|
- transform: rotate(90deg);
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
@keyframes circular-loading-3 {
|
|
@keyframes circular-loading-3 {
|
|
0% {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
@@ -429,15 +291,6 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-@-webkit-keyframes circular-loading-4 {
|
|
|
|
- 0% {
|
|
|
|
- transform: rotate(0deg);
|
|
|
|
- }
|
|
|
|
- 100% {
|
|
|
|
- transform: rotate(36deg);
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
@keyframes circular-loading-4 {
|
|
@keyframes circular-loading-4 {
|
|
0% {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
@@ -447,15 +300,6 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-@-webkit-keyframes circular-loading-5 {
|
|
|
|
- 0% {
|
|
|
|
- transform: rotate(0deg);
|
|
|
|
- }
|
|
|
|
- 100% {
|
|
|
|
- transform: rotate(126deg);
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
@keyframes circular-loading-5 {
|
|
@keyframes circular-loading-5 {
|
|
0% {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
transform: rotate(0deg);
|