silphius/app/react/components/ui.module.css

25 lines
309 B
CSS
Raw Normal View History

2024-07-07 23:30:48 -05:00
.devtools {
display: none;
height: 100%;
&.devtoolsIsOpen {
display: block;
width: 50%;
}
}
.game {
2024-06-10 22:42:30 -05:00
align-self: center;
2024-06-22 12:11:51 -05:00
line-height: 0;
2024-06-10 22:42:30 -05:00
position: relative;
2024-07-07 23:30:48 -05:00
&.devtoolsIsOpen {
width: 50%;
}
}
.ui {
display: flex;
line-height: 0;
position: relative;
2024-07-11 17:16:37 -05:00
user-select: none;
2024-06-10 22:42:30 -05:00
}