Skip to content

Commit

Permalink
Remove animation effect from login screen (#3822)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristan Kenney authored and Kristan Kenney committed Jul 23, 2023
1 parent 8c1c12d commit 9e13c32
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion web/templates/pages/login/login.php
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
2 changes: 1 addition & 1 deletion web/templates/pages/login/login_1.php
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
2 changes: 1 addition & 1 deletion web/templates/pages/login/login_2.php
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
2 changes: 1 addition & 1 deletion web/templates/pages/login/login_a.php
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
2 changes: 1 addition & 1 deletion web/templates/pages/login/reset2fa.php
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
2 changes: 1 addition & 1 deletion web/templates/pages/login/reset_1.php
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
2 changes: 1 addition & 1 deletion web/templates/pages/login/reset_2.php
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
2 changes: 1 addition & 1 deletion web/templates/pages/login/reset_3.php
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 9e13c32

Please sign in to comment.