ngx-admin/src/app/pages/maps/leaflet/leaflet.component.scss
2017-06-13 20:40:08 +03:00

9 lines
195 B
SCSS

@import '~@nga/theme/styles_new/component';
@include nga-install-component() {
display: block;
/deep/ .leaflet-container {
height: calc(#{nga-theme(card-height-xmedium)} - 50px);
}
}