threed-garden
Version:
ThreeD Garden: WebGL 3D Environment Interface for Next.JS React TypeScript Three.JS React-Three Physics, 2D Paper.JS; APIs: Apollo GraphQL, WordPress; CSS: Tailwind, Radix-UI; Libraries: FarmBot 3D; AI: OpenAI, DeepSeek
55 lines (45 loc) • 953 B
CSS
.container {
display: grid;
grid-template-columns: repeat(1, minmax(0, 1fr));
gap: 1.5rem /* 24px */;
}
@media (min-width: 1024px) {
.container {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
.skeleton {
padding: 1rem /* 16px */;
border-radius: 1rem /* 16px */;
background-color: rgb(24 24 27 / 0.8);
}
.skeleton-img,
.skeleton-btn,
.skeleton-line-one,
.skeleton-line-two {
border-radius: 0.5rem /* 8px */;
}
.skeleton-img {
height: 3.5rem /* 56px */;
background-color: rgb(63 63 70 / 1);
}
.skeleton-btn,
.skeleton-line-one,
.skeleton-line-two {
margin-top: 0.75rem /* 12px */;
height: 0.75rem /* 12px */;
}
.skeleton-btn {
background-color: rgb(121 40 202 / 1);
width: 25%;
}
.skeleton-line-one,
.skeleton-line-two {
background-color: rgb(63 63 70 / 1);
}
.skeleton-line-one {
width: 91.666667%;
}
.skeleton-line-two {
width: 66.666667%;
}