|
@@ -1,3 +1,14 @@
|
|
|
|
|
+// .spinner {
|
|
|
|
|
+// animation: animation-rotate 750ms infinite linear;
|
|
|
|
|
+// }
|
|
|
|
|
+
|
|
|
|
|
+// @keyframes animation-rotate {
|
|
|
|
|
+// 100% {
|
|
|
|
|
+// transform: rotate(360deg);
|
|
|
|
|
+// transform: rotate(360deg);
|
|
|
|
|
+// }
|
|
|
|
|
+// }
|
|
|
|
|
+
|
|
|
/** refs: https://loading.io/css/ */
|
|
/** refs: https://loading.io/css/ */
|
|
|
.lds-dual-ring {
|
|
.lds-dual-ring {
|
|
|
display: inline-block;
|
|
display: inline-block;
|