]> gitweb.ps.run Git - lolstats/blobdiff - html/style.css
code cleanup
[lolstats] / html / style.css
index af80d07189d734c391939d8bf664911d636234ec..dc31ed556bf293af574164236522dcbf682485cf 100644 (file)
@@ -25,9 +25,24 @@ input, select, button {
     width: calc(100% - 20px);
   }
 }
+@keyframes startdown {
+  100% {
+    top: 50%;
+    transform: translate(-50%, -50%);
+    width: 65%;
+  }
+  0% {
+    top: 0%;
+    transform: translate(-50%, 0%);
+    width: calc(100% - 20px);
+  }
+}
 #start.slideup {
   animation: startup 0.3s forwards linear;
 }
+#start.slidedown {
+  animation: startdown 0.3s forwards linear;
+}
 #start.up {
   top: 0%;
   transform: translate(-50%, 0%);
@@ -135,9 +150,6 @@ button {
   border-radius: 5px;
   text-align: center;  
 }
-#stats {
-  background-color: red;
-}
 .bottom-right {
   position: absolute;
   right: 0px;