Procházet zdrojové kódy

Поправил баг

Book Pauk před 4 roky
rodič
revize
6c8e0b8573
1 změnil soubory, kde provedl 8 přidání a 0 odebrání
  1. 8 0
      client/components/App.vue

+ 8 - 0
client/components/App.vue

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