silphius/app/react-components/hotbar.module.css
2024-06-10 23:55:06 -05:00

26 lines
400 B
CSS

.hotbar {
border: 2px solid #999999;
box-sizing: border-box;
display: inline-block;
left: 135px;
line-height: 0;
position: absolute;
top: 20px;
}
.slotWrapper {
border: 2px solid #999999;
box-sizing: border-box;
display: inline-block;
line-height: 0;
&.active {
border-color: yellow;
}
&:hover {
background-color: rgba(0, 0, 0, 0.1);
cursor: pointer;
}
}