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

22 lines
389 B
SCSS
Raw Normal View History

@import '../../../@theme/styles/variables';
@include nga-install-component() {
2017-07-24 11:52:42 +03:00
nga-card-header {
border: none;
}
nga-card-body {
padding: 0;
}
agm-map {
width: 100%;
height: 100%;
/deep/ .agm-map-container-inner {
border-bottom-left-radius: nga-theme(card-border-radius);
border-bottom-right-radius: nga-theme(card-border-radius);
}
}
}