nitro-react/src/components/inventory/InventoryView.scss

18 lines
340 B
SCSS
Raw Normal View History

2021-04-22 05:18:44 +02:00
.nitro-inventory {
2021-09-22 21:01:56 +02:00
width: $inventory-width;
height: $inventory-height;
2021-04-29 10:03:40 +02:00
.empty-image {
2022-03-15 23:38:48 +01:00
background: url('../../assets/images/inventory/empty.png');
2021-04-29 10:03:40 +02:00
width: 129px;
height: 181px;
}
2022-01-03 06:09:02 +01:00
.trade-button {
min-height: 0;
font-size: 8px;
padding: 1px 2px;
2022-02-16 07:40:54 +01:00
z-index: 5;
2022-01-03 06:09:02 +01:00
}
2021-04-22 05:18:44 +02:00
}