Skip to content

Commit c6688e9

Browse files
author
Kristan Kenney
authored
Remove animation effect from login screen (hestiacp#3822)
1 parent 21b147a commit c6688e9

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

web/templates/pages/login/login.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="login animate__animated animate__zoomIn">
1+
<div class="login">
22
<a href="/" class="u-block u-mb40">
33
<img src="/images/logo.svg" alt="<?= htmlentities($_SESSION["APP_NAME"]) ?>" width="100" height="120">
44
</a>

web/templates/pages/login/login_1.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="login animate__animated animate__zoomIn">
1+
<div class="login">
22
<a href="/" class="u-block u-mb40">
33
<img src="/images/logo.svg" alt="<?= htmlentities($_SESSION["APP_NAME"]) ?>" width="100" height="120">
44
</a>

web/templates/pages/login/login_2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="login animate__animated animate__zoomIn">
1+
<div class="login">
22
<a href="/" class="u-block u-mb40">
33
<img src="/images/logo.svg" alt="<?= htmlentities($_SESSION["APP_NAME"]) ?>" width="100" height="120">
44
</a>

web/templates/pages/login/login_a.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="login animate__animated animate__zoomIn">
1+
<div class="login">
22
<a href="/" class="u-block u-mb40">
33
<img src="/images/logo.svg" alt="<?= htmlentities($_SESSION["APP_NAME"]) ?>" width="100" height="120">
44
</a>

web/templates/pages/login/reset2fa.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="login animate__animated animate__zoomIn">
1+
<div class="login">
22
<a href="/" class="u-block u-mb40">
33
<img src="/images/logo.svg" alt="<?= htmlentities($_SESSION["APP_NAME"]) ?>" width="100" height="120">
44
</a>

web/templates/pages/login/reset_1.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="login animate__animated animate__zoomIn">
1+
<div class="login">
22
<a href="/" class="u-block u-mb40">
33
<img src="/images/logo.svg" alt="<?= htmlentities($_SESSION["APP_NAME"]) ?>" width="100" height="120">
44
</a>

web/templates/pages/login/reset_2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="login animate__animated animate__zoomIn">
1+
<div class="login">
22
<a href="/" class="u-block u-mb40">
33
<img src="/images/logo.svg" alt="<?= htmlentities($_SESSION["APP_NAME"]) ?>" width="100" height="120">
44
</a>

web/templates/pages/login/reset_3.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="login animate__animated animate__zoomIn">
1+
<div class="login">
22
<a href="/" class="u-block u-mb40">
33
<img src="/images/logo.svg" alt="<?= htmlentities($_SESSION["APP_NAME"]) ?>" width="100" height="120">
44
</a>

0 commit comments

Comments
 (0)