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

8 lines
116 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;
height: 300px;
max-height: 300px;
2021-04-22 05:18:44 +02:00
}
2021-04-28 07:27:15 +02:00
@import './views/InventoryViews';