diff --git a/index.css b/index.css deleted file mode 100644 index cfe1738..0000000 --- a/index.css +++ /dev/null @@ -1,27 +0,0 @@ - -.bounce1, -.bounce2 { - -webkit-animation-delay: -0.32s; - animation-delay: -0.32s; -} - -.loader > div { - width: 18px; - height: 18px; - background-color: #00BCD4; - border-radius: 100%; - display: inline-block; - -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both; - animation: sk-bouncedelay 1.4s infinite ease-in-out both; -} -.splash { - color: #00BCD4; - text-align: center; - position: fixed; - top: 50%; - left: 50%; - margin-top: -90px; - margin-left: -100px; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} \ No newline at end of file diff --git a/index.html b/index.html index 5760f7b..bf18d67 100644 --- a/index.html +++ b/index.html @@ -8,9 +8,11 @@ +
+ diff --git a/src/App.vue b/src/App.vue index 66102a7..b3595ea 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,5 @@