You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lean4game/client/src/components/inventory.css

17 lines
221 B
CSS

.inventory {
display: flex;
gap: .5em;
flex-wrap : wrap;
padding: 1em
}
.inventory .item {
border: solid 1px #aaa;
padding: .1em .5em;
}
.inventory .item.locked,
.inventory .item.disabled {
color: #aaa;
}