refactor: update loading styles and introduce faint gradient variables

This commit is contained in:
2025-03-29 19:02:02 +05:30
parent a327044b8b
commit 6cb8e1076e
8 changed files with 165 additions and 164 deletions

View File

@@ -10,7 +10,6 @@
color: var(--text-color);
height: 100vh;
background-color: var(--background-color);
background-color: #fcfdfd;
position: relative;
z-index: 1;
.logo-icon {
@@ -168,12 +167,7 @@
&::after {
content: "";
position: absolute;
background: radial-gradient(
circle,
#bfe0f8 0%,
#e9ebff 46%,
#e2acff 100%
);
background: var(--faint-gradient-color);
height: 50vh;
width: 50vw;
top: 0;