ngx-admin/src/app/pages/maps/gmaps/gmaps.component.scss
2017-08-03 13:58:18 +03:00

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%;
}
}