1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00

build fix

This commit is contained in:
codecalm
2022-01-18 22:50:56 +01:00
parent 4cda36c93a
commit 050aa665ca

View File

@@ -4,30 +4,30 @@ $tooltip-font-size: $h5-font-size;
$box-shadow: $card-shadow;
$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;
font-weight: $font-weight-medium;
}
.#{$classPrefix}series-container .#{$classPrefix}legend {
.jvm-series-container .jvm-legend {
background-color: var(--#{$variable-prefix}card-bg);
border: 1px solid var(--#{$variable-prefix}border-color);
min-width: 8rem;
.#{$classPrefix}legend-inner .#{$classPrefix}legend-tick {
.jvm-legend-inner .jvm-legend-tick {
display: flex;
align-items: center;
.#{$classPrefix}legend-tick-sample {
.jvm-legend-tick-sample {
width: .75rem;
height: .75rem;
}
}
}
.#{$classPrefix}zoom-btn {
.jvm-zoom-btn {
border: 1px solid var(--#{$variable-prefix}border-color);
background: var(--#{$variable-prefix}card-bg);
color: var(--#{$variable-prefix}body-color);
@@ -41,7 +41,7 @@ $legend-tick-sample-radius: $border-radius-pill;
font-size: 1rem;
box-shadow: $card-shadow;
&.#{$classPrefix}zoomout {
&.jvm-zoomout {
top: 2.5rem;
}
}