From ee8bceda1d8de1a54ffb1757b63cd7ddda58bef9 Mon Sep 17 00:00:00 2001
From: Aaron-53 <138325645+Aaron-53@users.noreply.github.com>
Date: Wed, 27 Nov 2024 15:43:48 +0530
Subject: [PATCH 1/3] Update loading.js
---
src/app/loading.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/app/loading.js b/src/app/loading.js
index c7c64fa..1a7c3ee 100644
--- a/src/app/loading.js
+++ b/src/app/loading.js
@@ -25,7 +25,7 @@ function Loading() {
-
+
);
}
From 27c54f8eb2ec6d45c25418f310a5c3de4bf170d1 Mon Sep 17 00:00:00 2001
From: Aaron-53 <138325645+Aaron-53@users.noreply.github.com>
Date: Wed, 27 Nov 2024 15:47:56 +0530
Subject: [PATCH 2/3] Update loading.js
---
src/app/loading.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/app/loading.js b/src/app/loading.js
index 1a7c3ee..7af7365 100644
--- a/src/app/loading.js
+++ b/src/app/loading.js
@@ -6,7 +6,7 @@ import excel from "@/assets/Footer/excel.svg";
function Loading() {
return (
-
+
From 919326a2e77f144e80f3d7267ce438b1a6fe8d89 Mon Sep 17 00:00:00 2001
From: Aaron-53 <138325645+Aaron-53@users.noreply.github.com>
Date: Wed, 27 Nov 2024 15:49:31 +0530
Subject: [PATCH 3/3] Update loading.css
---
src/styles/loading.css | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/styles/loading.css b/src/styles/loading.css
index 860924d..9067642 100644
--- a/src/styles/loading.css
+++ b/src/styles/loading.css
@@ -1,24 +1,24 @@
-body {
+.landingbody {
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-family: "proxima-nova-soft", sans-serif;
-webkit-user-select: none;
overflow: hidden;
}
- body .vertical-centered-box {
+ .landingbody .vertical-centered-box {
position: absolute;
width: 100%;
height: 100%;
text-align: center;
}
- body .vertical-centered-box:after {
+ .landingbody .vertical-centered-box:after {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.25em;
}
- body .vertical-centered-box .content {
+ .landingbody .vertical-centered-box .content {
box-sizing: border-box;
display: inline-block;
vertical-align: middle;
@@ -28,7 +28,7 @@ body {
* {
transition: all 0.3s;
}
- body {
+ .landingbody {
background: #2c2d44;
}
.loader-circle {