ngx-admin/src/app/pages/maps/gmaps/gmaps.component.scss

14 lines
203 B
SCSS
Raw Normal View History

2021-12-02 21:28:41 +03:00
@use '../../../@theme/styles/themes' as *;
@include nb-install-component() {
2017-07-24 11:52:42 +03:00
nb-card-body {
2017-07-24 11:52:42 +03:00
padding: 0;
}
::ng-deep agm-map {
2017-07-24 11:52:42 +03:00
width: 100%;
height: nb-theme(card-height-large);
}
}