geothermie-atlas/public/assets/esri/themes/base/widgets/_HeatmapSlider.scss

8 lines
147 B
SCSS
Raw Normal View History

2023-10-19 09:07:33 +00:00
@mixin heatmapSlider() {
@include smartMappingSlider(esri-heatmap-slider);
}
@if $include_HeatmapSlider == true {
@include heatmapSlider();
}