HEX
Server: Apache
System: Linux srv4.garantili.com.tr 4.18.0-477.21.1.lve.1.el8.x86_64 #1 SMP Tue Sep 5 23:08:35 UTC 2023 x86_64
User: ekspardev (1006)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //home/ekspardev/public_html/tubisad/rapor/src/scss/vendor/_jsvectormap.scss
@import "jsvectormap/dist/css/jsvectormap";

.jvm-tooltip {
  background: $dark;
  font-family: inherit;
  font-size: $h5-font-size;
  box-shadow: $card-box-shadow;
}

.jvm-series-container .jvm-legend  .jvm-legend-title {
  border-bottom: 0;
  font-weight: var(--#{$prefix}font-weight-medium);
}

.jvm-series-container .jvm-legend {
  background-color: var(--#{$prefix}card-bg, var(--#{$prefix}bg-surface));
  border: var(--#{$prefix}border-width) var(--#{$prefix}border-style) var(--#{$prefix}border-color);
  min-width: 8rem;

  .jvm-legend-inner .jvm-legend-tick {
    display: flex;
    align-items: center;

    .jvm-legend-tick-sample {
      width: .75rem;
      height: .75rem;
    }
  }
}

.jvm-zoom-btn {
  border: var(--#{$prefix}border-width) var(--#{$prefix}border-style) var(--#{$prefix}border-color);
  background: var(--#{$prefix}card-bg, var(--#{$prefix}bg-surface));
  color: var(--#{$prefix}body-color);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1rem;
  box-shadow: $card-box-shadow;

  &.jvm-zoomout {
    top: 2.5rem;
  }
}