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