lhoist-stay-safe/src/assets/css/components/animation/Clouds.scss
2024-05-16 18:00:22 +02:00

15 lines
247 B
SCSS

.cloud-animation {
@apply w-full h-full fixed top-0 left-0;
@apply hidden md:block;
z-index: 90;
position: fixed;
z-index: 40;
pointer-events: none;
scale: 1.1;
filter: blur(2px);
svg {
width: 100px;
heigth: 100px;
}
}