mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-20 01:10:13 +01:00
8 lines
131 B
SCSS
8 lines
131 B
SCSS
|
|
@import '../../../@theme/styles/themes';
|
||
|
|
|
||
|
|
@include nb-install-component() {
|
||
|
|
nb-card {
|
||
|
|
transform: translate3d(0, 0, 0);
|
||
|
|
}
|
||
|
|
}
|