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

@@ -18,12 +18,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;