aboutsummaryrefslogtreecommitdiffstats
path: root/core/css/animations.css
diff options
context:
space:
mode:
Diffstat (limited to 'core/css/animations.css')
-rw-r--r--core/css/animations.css27
1 files changed, 2 insertions, 25 deletions
diff --git a/core/css/animations.css b/core/css/animations.css
index d0c80935a25..33b709ffa97 100644
--- a/core/css/animations.css
+++ b/core/css/animations.css
@@ -1,5 +1,4 @@
-@charset "UTF-8";
-/*!
+/*!
* @copyright Copyright (c) 2022 Julius Härtl <jus@bitgrid.net>
*
* @author Julius Härtl <jus@bitgrid.net>
@@ -18,26 +17,4 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-@-webkit-keyframes rotate {
- from {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- to {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-@keyframes rotate {
- from {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- to {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-
-/*# sourceMappingURL=animations.css.map */
+ */@-webkit-keyframes rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}/*# sourceMappingURL=animations.css.map */