breakout71/editclient.css
Renan LE CARO d2cfce2a0e Initial commit
I cleared the project history to start fresh on the public version
2025-02-15 19:21:00 +01:00

29 lines
No EOL
361 B
CSS

body {
background: black;
color: white;
}
#palette button.active {
transform: scale(1.2);
}
.level-bricks-preview {
position: relative;
}
#palette {
position: fixed;
top: 0;
right: 0;
width: 80px;
bottom: 0;
overflow: auto;
}
#levels {
display: flex;
gap: 40px;
flex-wrap: wrap;
margin-right: 80px;
}