diff --git a/css/style.css b/css/style.css index 335e5c4..b26a21e 100644 --- a/css/style.css +++ b/css/style.css @@ -157,7 +157,6 @@ input, textarea { /* Loading cover */ .loading_cover { - width: 100%; height: 100%; z-index: 3; @@ -167,27 +166,17 @@ input, textarea { right: 0; position: absolute; transition: bottom 350ms cubic-bezier(0.37, 0, 0.63, 1) 70ms; - } .loading_cover.loaded { - bottom: -100%; - } .loading_cover_inner { - width: auto; height: auto; display: inline-flex; margin: auto; animation: fadeInOut 700ms cubic-bezier(0.37, 0, 0.63, 1) 100ms infinite; - } - - - - -