Implement code changes to enhance functionality and improve performance

This commit is contained in:
2025-07-01 19:32:49 +05:30
parent a40e3fd35e
commit 1d70212cde
5 changed files with 45 additions and 17 deletions

View File

@@ -7,7 +7,6 @@
background: var(--background-color-solid);
&.comparisionLoading {
position: fixed;
top: 0;
right: 0;
@@ -48,11 +47,15 @@
}
.loading-hero-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
.logo {
@include flex-center;
width: 100%;
margin-bottom: 35px;
scale: 0.8;
circle {
fill: transparent;
}
@@ -99,4 +102,4 @@
}
}
}
}
}