mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-20 08:16:11 +01:00
11 lines
173 B
SCSS
11 lines
173 B
SCSS
@import '../../../@theme/styles/themes';
|
|
|
|
@include nb-install-component() {
|
|
.infinite-cards {
|
|
nb-card {
|
|
&.own-scroll {
|
|
height: 50vh;
|
|
}
|
|
}
|
|
}
|
|
}
|