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

8 lines
186 B
SCSS
Raw Normal View History

2017-06-13 20:56:25 +03:00
@import '~@nga/theme/styles/component';
@include nga-install-component() {
/deep/ agm-map .agm-map-container-inner {
height: calc(#{nga-theme(card-height-xmedium)} - 50px);
}
}