1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-27 05:24:38 +04:00
Files
tabler/scss/vendor/_apexcharts.scss
T
2020-02-03 22:52:05 +01:00

44 lines
788 B
SCSS

.apexcharts-title-text {
font-weight: $font-weight-bold !important;
}
.apexcharts-tooltip-title {
font-weight: $font-weight-bold !important;
padding-bottom: .25rem !important;
}
.apexcharts-gridline,
.apexcharts-ycrosshairs,
.apexcharts-xaxis-tick {
stroke: $border-color !important;
}
.apexcharts-tooltip {
line-height: 1;
color: #fff;
background: $dark !important;
border: 0 !important;
border-radius: 3px !important;
}
.apexcharts-tooltip-title {
margin: 0 !important;
background: transparent !important;
border: 0 !important;
}
.apexcharts-tooltip-series-group {
padding: 0 8px !important;
}
.apexcharts-tooltip-marker {
width: .5rem;
height: .5rem;
}
.apexcharts-gridline,
.apexcharts-ycrosshairs,
.apexcharts-xaxis-tick {
stroke: $gray-300;
}