]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/application.scss
Add info when server is processing a video at upload
[github/Chocobozzz/PeerTube.git] / client / src / sass / application.scss
index cd573841d21d52c4d4b6ec8a524849107c3ce2ec..8e26669443c13e6868f83a89d8ae8f61dcf6bb29 100644 (file)
@@ -47,6 +47,29 @@ input.readonly {
   }
 }
 
+// Thanks https://gist.github.com/alexandrevicenzi/680147013e902a4eaa5d
+.glyphicon-refresh-animate {
+  -animation: spin .7s infinite linear;
+  -ms-animation: spin .7s infinite linear;
+  -webkit-animation: spinw .7s infinite linear;
+  -moz-animation: spinm .7s infinite linear;
+}
+
+@keyframes spin {
+  from { transform: scale(1) rotate(0deg);}
+  to { transform: scale(1) rotate(360deg);}
+}
+
+@-webkit-keyframes spinw {
+  from { -webkit-transform: rotate(0deg);}
+  to { -webkit-transform: rotate(360deg);}
+}
+
+@-moz-keyframes spinm {
+  from { -moz-transform: rotate(0deg);}
+  to { -moz-transform: rotate(360deg);}
+}
+
 /* ngprime data table customizations */
 p-datatable {
   .action-cell {