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

37 lines
454 B
CSS
Raw Normal View History

2024-07-08 14:07:26 -05:00
.engineBar {
display: flex;
gap: 16px;
margin-bottom: 16px;
}
.paintBar {
2024-07-07 23:30:48 -05:00
display: flex;
gap: 16px;
margin-bottom: 16px;
}
.devtools {
background-color: #444444;
color: white;
max-height: 100%;
overflow-y: auto;
padding: 16px;
}
.devtools p {
text-align: center;
}
.selectionWrapper {
position: relative;
}
.selectionWrapper img {
user-select: none;
}
.selection {
background-color: #ffffff44;
position: absolute;
}