nitro-react/src/views/inventory/InventoryView.scss
2021-07-05 02:46:47 -04:00

21 lines
368 B
SCSS

.nitro-inventory {
width: 475px;
.content-area {
min-height: 240px;
height: 240px;
max-height: 430px;
resize: vertical;
overflow: auto;
}
.empty-image {
background: url('../../assets/images/inventory/empty.png');
width: 129px;
height: 181px;
}
}
@import './views/InventoryViews';