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.
|
.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;
|
|
}
|