From d7362acec086f4807856036a7f054613a80a8a80 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 14 Mar 2024 11:14:24 +0100 Subject: [PATCH] refactoring clouds to propper component --- src/assets/css/App.scss | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/src/assets/css/App.scss b/src/assets/css/App.scss index 9d142fd..fede8d4 100644 --- a/src/assets/css/App.scss +++ b/src/assets/css/App.scss @@ -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; - } -}