mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 09:54:24 +04:00
build fix
This commit is contained in:
14
src/scss/vendor/_jsvectormap.scss
vendored
14
src/scss/vendor/_jsvectormap.scss
vendored
@@ -4,30 +4,30 @@ $tooltip-font-size: $h5-font-size;
|
|||||||
$box-shadow: $card-shadow;
|
$box-shadow: $card-shadow;
|
||||||
$legend-tick-sample-radius: $border-radius-pill;
|
$legend-tick-sample-radius: $border-radius-pill;
|
||||||
|
|
||||||
@import "~jsvectormap/src/scss/jsvectormap.scss";
|
@import "~jsvectormap/dist/css/jsvectormap.css";
|
||||||
|
|
||||||
.#{$classPrefix}series-container .#{$classPrefix}legend .#{$classPrefix}legend-title {
|
.jvm-series-container .jvm-legend .jvm-legend-title {
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
font-weight: $font-weight-medium;
|
font-weight: $font-weight-medium;
|
||||||
}
|
}
|
||||||
|
|
||||||
.#{$classPrefix}series-container .#{$classPrefix}legend {
|
.jvm-series-container .jvm-legend {
|
||||||
background-color: var(--#{$variable-prefix}card-bg);
|
background-color: var(--#{$variable-prefix}card-bg);
|
||||||
border: 1px solid var(--#{$variable-prefix}border-color);
|
border: 1px solid var(--#{$variable-prefix}border-color);
|
||||||
min-width: 8rem;
|
min-width: 8rem;
|
||||||
|
|
||||||
.#{$classPrefix}legend-inner .#{$classPrefix}legend-tick {
|
.jvm-legend-inner .jvm-legend-tick {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
.#{$classPrefix}legend-tick-sample {
|
.jvm-legend-tick-sample {
|
||||||
width: .75rem;
|
width: .75rem;
|
||||||
height: .75rem;
|
height: .75rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.#{$classPrefix}zoom-btn {
|
.jvm-zoom-btn {
|
||||||
border: 1px solid var(--#{$variable-prefix}border-color);
|
border: 1px solid var(--#{$variable-prefix}border-color);
|
||||||
background: var(--#{$variable-prefix}card-bg);
|
background: var(--#{$variable-prefix}card-bg);
|
||||||
color: var(--#{$variable-prefix}body-color);
|
color: var(--#{$variable-prefix}body-color);
|
||||||
@@ -41,7 +41,7 @@ $legend-tick-sample-radius: $border-radius-pill;
|
|||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
box-shadow: $card-shadow;
|
box-shadow: $card-shadow;
|
||||||
|
|
||||||
&.#{$classPrefix}zoomout {
|
&.jvm-zoomout {
|
||||||
top: 2.5rem;
|
top: 2.5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user