1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-02 16:34:38 +04:00
Files
tabler/scss/vendor/_apexcharts.scss
T
2019-10-28 22:23:38 +01:00

32 lines
553 B
SCSS

.apexcharts-title-text {
font-weight: 600 !important;
}
.apexcharts-tooltip-title {
font-weight: 600 !important;
padding-bottom: .25rem !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;
}