diff --git a/src/scss/vendor/_jsvectormap.scss b/src/scss/vendor/_jsvectormap.scss index 24c01377c7762542d26ee05dc40937c4a66110f9..947c4f2b2b0e59f5bf7cc273711cb9dbb2cde69b 100644 --- a/src/scss/vendor/_jsvectormap.scss +++ b/src/scss/vendor/_jsvectormap.scss @@ -1,11 +1,12 @@ -$tooltip-bg-color: $dark; -$tooltip-font-family: inherit; -$tooltip-font-size: $h5-font-size; -$box-shadow: $card-shadow; -$legend-tick-sample-radius: $border-radius-pill; - @import "~jsvectormap/dist/css/jsvectormap"; +.jvm-tooltip { + background: $dark; + font-family: inherit; + font-size: $h5-font-size; + box-shadow: $card-shadow; +} + .jvm-series-container .jvm-legend .jvm-legend-title { border-bottom: 0; font-weight: $font-weight-medium;