From ddc5f268431ddfeb535fdca5f7175f57db22295d Mon Sep 17 00:00:00 2001 From: Prashant Adhikari <78313801+ITx-prash@users.noreply.github.com> Date: Sat, 19 Jul 2025 00:51:16 +0545 Subject: [PATCH 01/14] Update crow-bank-app/src/input.css --- crow-bank-app/src/input.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crow-bank-app/src/input.css b/crow-bank-app/src/input.css index d860b47..c2d4158 100644 --- a/crow-bank-app/src/input.css +++ b/crow-bank-app/src/input.css @@ -6,11 +6,11 @@ svg#bank-illustration:not(.animated) .animable { opacity: 0; } svg#bank-illustration.animated #freepik--background-simple--inject-4 { - animation: 3s Infinite linear wind; + animation: 3s infinite linear wind; animation-delay: 0s; } svg#bank-illustration.animated #freepik--Coins--inject-4 { - animation: 3s Infinite linear floating; + animation: 3s infinite linear floating; animation-delay: 0s; } @keyframes wind { From 178689aecd3287ed8bdc4c57fb7cf58faea9e4e8 Mon Sep 17 00:00:00 2001 From: Prashant Adhikari <78313801+ITx-prash@users.noreply.github.com> Date: Sat, 19 Jul 2025 00:51:31 +0545 Subject: [PATCH 02/14] Update crow-bank-app/public/register.html --- crow-bank-app/public/register.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crow-bank-app/public/register.html b/crow-bank-app/public/register.html index c66d0cd..87cfea1 100644 --- a/crow-bank-app/public/register.html +++ b/crow-bank-app/public/register.html @@ -20,7 +20,7 @@