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

33 lines
676 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
2022-01-16 05:56:31 +01:00
.nitro-catalog-navigation-grid-container {
border-radius: 0.25rem;
border-color: #B6BEC5 !important;
background-color: #CDD3D9;
border: 2px solid;
.layout-grid-item {
font-size: $font-size-sm;
height: 23px !important;
border-color: unset !important;
background-color: #CDD3D9;
border: 0 !important;
padding: 1px 3px;
.svg-inline--fa {
color: $black;
font-size: 10px;
padding: 1px;
}
}
}
2021-05-05 09:14:54 +02:00
@import './views/CatalogViews';