nitro-react/src/views/catalog/CatalogView.scss

11 lines
147 B
SCSS
Raw Normal View History

2021-04-22 05:26:30 +02:00
.nitro-catalog {
2021-05-10 19:11:16 +02:00
width: 620px;
.content-area {
height: 330px;
max-height: 330px;
}
2021-04-22 05:26:30 +02:00
}
2021-05-05 09:14:54 +02:00
@import './views/CatalogViews';