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

10 lines
191 B
SCSS
Raw Normal View History

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