silphius/app/react-components/devtools/tiles.module.css
2024-07-08 17:32:08 -05:00

20 lines
239 B
CSS

.paintBar {
display: flex;
gap: 16px;
margin: 16px 0;
}
.selectionWrapper {
position: relative;
}
.selectionWrapper img {
user-select: none;
width: 100%;
}
.selection {
background-color: #ffffff44;
position: absolute;
}