ngx-admin/src/app/pages/maps/leaflet/leaflet.component.scss
2017-06-16 19:22:46 +03:00

9 lines
195 B
SCSS

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