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

10 lines
195 B
SCSS
Raw Normal View History

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