mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-26 01:44:07 +01:00
13 lines
175 B
SCSS
13 lines
175 B
SCSS
@import '../../../@theme/styles/themes';
|
|
|
|
@include nb-install-component() {
|
|
|
|
nb-card-body {
|
|
padding: 0;
|
|
}
|
|
|
|
/deep/ agm-map {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|