mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
13 lines
203 B
SCSS
13 lines
203 B
SCSS
@use '../../../@theme/styles/themes' as *;
|
|
|
|
@include nb-install-component() {
|
|
|
|
nb-card-body {
|
|
padding: 0;
|
|
}
|
|
|
|
::ng-deep agm-map {
|
|
width: 100%;
|
|
height: nb-theme(card-height-large);
|
|
}
|
|
}
|