Przeglądaj źródła

Remove animation effect from login screen (#3822)

Kristan Kenney 2 lat temu
rodzic
commit
9e13c32981

+ 1 - 1
web/templates/pages/login/login.php

@@ -1,4 +1,4 @@
-<div class="login animate__animated animate__zoomIn">
+<div class="login">
 	<a href="/" class="u-block u-mb40">
 		<img src="/images/logo.svg" alt="<?= htmlentities($_SESSION["APP_NAME"]) ?>" width="100" height="120">
 	</a>

+ 1 - 1
web/templates/pages/login/login_1.php

@@ -1,4 +1,4 @@
-<div class="login animate__animated animate__zoomIn">
+<div class="login">
 	<a href="/" class="u-block u-mb40">
 		<img src="/images/logo.svg" alt="<?= htmlentities($_SESSION["APP_NAME"]) ?>" width="100" height="120">
 	</a>

+ 1 - 1
web/templates/pages/login/login_2.php

@@ -1,4 +1,4 @@
-<div class="login animate__animated animate__zoomIn">
+<div class="login">
 	<a href="/" class="u-block u-mb40">
 		<img src="/images/logo.svg" alt="<?= htmlentities($_SESSION["APP_NAME"]) ?>" width="100" height="120">
 	</a>

+ 1 - 1
web/templates/pages/login/login_a.php

@@ -1,4 +1,4 @@
-<div class="login animate__animated animate__zoomIn">
+<div class="login">
 	<a href="/" class="u-block u-mb40">
 		<img src="/images/logo.svg" alt="<?= htmlentities($_SESSION["APP_NAME"]) ?>" width="100" height="120">
 	</a>

+ 1 - 1
web/templates/pages/login/reset2fa.php

@@ -1,4 +1,4 @@
-<div class="login animate__animated animate__zoomIn">
+<div class="login">
 	<a href="/" class="u-block u-mb40">
 		<img src="/images/logo.svg" alt="<?= htmlentities($_SESSION["APP_NAME"]) ?>" width="100" height="120">
 	</a>

+ 1 - 1
web/templates/pages/login/reset_1.php

@@ -1,4 +1,4 @@
-<div class="login animate__animated animate__zoomIn">
+<div class="login">
 	<a href="/" class="u-block u-mb40">
 		<img src="/images/logo.svg" alt="<?= htmlentities($_SESSION["APP_NAME"]) ?>" width="100" height="120">
 	</a>

+ 1 - 1
web/templates/pages/login/reset_2.php

@@ -1,4 +1,4 @@
-<div class="login animate__animated animate__zoomIn">
+<div class="login">
 	<a href="/" class="u-block u-mb40">
 		<img src="/images/logo.svg" alt="<?= htmlentities($_SESSION["APP_NAME"]) ?>" width="100" height="120">
 	</a>

+ 1 - 1
web/templates/pages/login/reset_3.php

@@ -1,4 +1,4 @@
-<div class="login animate__animated animate__zoomIn">
+<div class="login">
 	<a href="/" class="u-block u-mb40">
 		<img src="/images/logo.svg" alt="<?= htmlentities($_SESSION["APP_NAME"]) ?>" width="100" height="120">
 	</a>