mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-26 20:28:48 +01:00
9 lines
195 B
SCSS
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);
|
|
}
|
|
}
|