refactoring clouds to propper component

This commit is contained in:
Antoine M 2024-03-14 11:14:24 +01:00
parent 50231292f9
commit d7362acec0

View File

@ -24,6 +24,8 @@
@import "./components/ui/Loading.scss";
@import "./components/ui/Marquee.scss";
@import "./components/animation/Clouds.scss";
@import "./pages/welcome.scss";
@import "./pages/Home.scss";
@import "./pages/Profile.scss";
@ -35,16 +37,3 @@
p {
@apply my-0;
}
.test-load-animation {
@apply w-full h-full fixed top-0 left-0;
z-index: 90;
position: fixed;
z-index: 40;
pointer-events: none;
svg {
// @apply bg-green-400;
width: 100px;
heigth: 100px;
}
}