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

11 lines
162 B
SCSS
Raw Normal View History

2021-04-22 05:26:30 +02:00
.nitro-catalog {
2021-09-22 21:01:56 +02:00
width: $catalog-width;
height: $catalog-height;
2021-06-21 11:54:29 +02:00
font[size="16"] {
font-size: 20px;
}
2021-04-22 05:26:30 +02:00
}
2021-05-05 09:14:54 +02:00
@import './views/CatalogViews';