Переглянути джерело

Final tweaks to Bombe svg and preloader css

n1474335 6 роки тому
батько
коміт
33db0e666a
2 змінених файлів з 2 додано та 11 видалено
  1. 2 2
      src/web/static/images/bombe.svg
  2. 0 9
      src/web/stylesheets/preloader.css

+ 2 - 2
src/web/static/images/bombe.svg

@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
-	Turing-Welchman Bombe SVG animation
+    Turing-Welchman Bombe SVG animation
 
-	@author n1474335 [n1474335@gmail.com]
+    @author n1474335 [n1474335@gmail.com]
     @copyright Crown Copyright 2019
     @license Apache-2.0
 -->

+ 0 - 9
src/web/stylesheets/preloader.css

@@ -160,12 +160,3 @@
         transform: translate3d(0, 200px, 0);
     }
 }
-
-@keyframes fadeIn {
-    from {
-        opacity: 0;
-    }
-    to {
-        opacity: 1;
-    }
-}