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

18 lines
291 B
SCSS
Raw Normal View History

2021-04-22 05:18:44 +02:00
.nitro-inventory {
2021-04-28 07:27:15 +02:00
width: 475px;
2021-04-29 10:03:40 +02:00
.content-area {
2021-06-20 05:33:08 +02:00
min-height: 240px;
height: 240px;
2021-04-29 10:03:40 +02:00
}
.empty-image {
background: url('../../assets/images/inventory/empty.png');
width: 129px;
height: 181px;
}
2021-04-22 05:18:44 +02:00
}
2021-04-28 07:27:15 +02:00
2021-04-29 10:03:40 +02:00
2021-04-28 07:27:15 +02:00
@import './views/InventoryViews';