Book Pauk 4 жил өмнө
parent
commit
6c8e0b8573

+ 8 - 0
client/components/App.vue

@@ -270,6 +270,14 @@ body, html, #app {
     animation: rotating 2s linear infinite;
     animation: rotating 2s linear infinite;
 }
 }
 
 
+@keyframes rotating { 
+    from { 
+        transform: rotate(0deg); 
+    } to { 
+        transform: rotate(360deg); 
+    }
+}
+
 .notify-button-icon {
 .notify-button-icon {
     font-size: 16px !important;
     font-size: 16px !important;
 }
 }