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
56 lines (47 loc) • 804 B
CSS
/* body {
margin: 0;
} */
/* #root {
width: 100%;
height: 100%;
margin: 0 auto;
padding: 0rem;
text-align: center;
} */
.led-label,
.btn-label {
display: block;
margin: auto;
width: max-content;
color: #f4f4f4;
font-size: 1rem;
font-family: "Cabin", sans-serif;
background: #434343;
padding: 0.25rem 0.5rem;
border-radius: 0.25rem;
white-space: normal;
max-height: 3.4rem;
overflow-y: hidden;
font-weight: 700;
line-height: 1;
text-align: center;
user-select: none;
&.hovered {
background: #000000;
}
&.unbound {
background: #999999;
}
}
.led-label {
max-width: 7rem;
}
.btn-label {
max-width: 5.8rem;
}
/* div {
z-index: 0 !important;
} */
/* canvas {
height: 23rem;
} */