reactbits-mcp-server
Version:
MCP Server for React Bits - Access 99+ React components with animations, backgrounds, and UI elements
28 lines (25 loc) • 406 B
CSS
.blob-container {
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.blob-main {
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
background: transparent;
user-select: none;
cursor: default;
}
.blob {
position: absolute;
will-change: transform;
transform: translate(-50%, -50%);
}
.inner-dot {
position: absolute;
}