Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
coddec authored Oct 27, 2017
1 parent 252c2f5 commit bf91b60
Showing 1 changed file with 3 additions and 24 deletions.
27 changes: 3 additions & 24 deletions docs/css/style.css
Original file line number Diff line number Diff line change
@@ -1,28 +1,7 @@
@charset "utf-8";
/* CSS Document */
/*
* Random-Required
/* Random-Required
* Copyright (C) coddec https://github.com/coddec
* Free to use/modify/improve/fork (credits/author information must not be removed or modified), no commercial use allowed at all.
* For commercial use or other matters, contact me at https://goo.gl/AKt4Vr
*/

#div_progress_bar {
display: none;
}
@-webkit-keyframes spin2 {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
from {
transform: scale(1) rotate(0deg);
}
to {
transform: scale(1) rotate(360deg);
}
}
*/
#div_progress_bar{display:none}@-webkit-keyframes spin2{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@keyframes spin{from{transform:scale(1) rotate(0)}to{transform:scale(1) rotate(360deg)}}

0 comments on commit bf91b60

Please sign in to comment.