silphius/app/react-components/devtools/tiles.module.css

19 lines
224 B
CSS
Raw Normal View History

2024-07-08 15:49:23 -05:00
.paintBar {
display: flex;
gap: 16px;
margin: 16px 0;
}
.selectionWrapper {
position: relative;
}
.selectionWrapper img {
user-select: none;
}
.selection {
background-color: #ffffff44;
position: absolute;
}