mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-05 17:18:50 +01:00
15 lines
301 B
SCSS
15 lines
301 B
SCSS
@mixin ngx-misc-theme($theme-name) {
|
|
agm-map {
|
|
.agm-map-container-inner {
|
|
height: calc(#{$nga-card-height-xmedium} - 50px);
|
|
}
|
|
}
|
|
|
|
.leaflet-container {
|
|
height: calc(#{$nga-card-height-xmedium} - 50px);
|
|
}
|
|
|
|
.echart {
|
|
height: calc(#{$nga-card-height-xmedium} - 50px);
|
|
}
|
|
}
|