@igo2/core 1.13.2 → 1.13.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -927,29 +927,28 @@ button.toast-close-button {
927
927
  }
928
928
 
929
929
  @mixin igo-draw-theming($theme, $typography) {
930
- $foreground: map-get($theme, foreground);
931
-
932
- .igo-map-tooltip {
933
- position: relative;
934
- border-radius: 4px;
935
- padding: 4px 8px;
936
- white-space: nowrap;
937
- }
930
+ $foreground: map-get($theme, foreground);
931
+
932
+ .igo-map-tooltip {
933
+ position: relative;
934
+ border-radius: 4px;
935
+ padding: 4px 8px;
936
+ white-space: nowrap;
937
+ }
938
+
939
+ .igo-map-tooltip-draw {
940
+ color: mat.get-color-from-palette($foreground, text);
941
+ font-weight: bold;
942
+ font-size: mat.font-size($typography, subheading-2);
943
+ }
938
944
 
939
- .igo-map-tooltip-draw {
940
- color: mat.get-color-from-palette($foreground, text);
941
- font-weight: bold;
942
- font-size: mat.font-size($typography, subheading-2);
943
- }
944
-
945
- igo-draw-popup-component {
946
- h1 {
947
- font-size: mat.font-size($typography, display-1);
948
- font-family: Roboto, "Helvetica Neue", sans-serif;
949
- }
945
+ igo-draw-popup-component {
946
+ h1 {
947
+ font-size: mat.font-size($typography, display-1);
948
+ font-family: Roboto, "Helvetica Neue", sans-serif;
950
949
  }
951
- }
952
-
950
+ }
951
+ }
953
952
  @mixin igo-feature-theming($theme) {
954
953
  @include igo-feature-details-theming($theme);
955
954
  }