homepage charts

This commit is contained in:
codecalm
2019-10-28 22:23:38 +01:00
parent 8588911b32
commit 1e9d17c1c2
20 changed files with 80 additions and 64 deletions
-51
View File
@@ -22,54 +22,3 @@
background-size: 14.14px 14.14px;
}
.sparkline {
position: relative;
width: 4rem;
height: 2.5rem;
line-height: 1;
}
.sparkline-square {
width: 2.5rem;
}
.sparkline-wide {
width: 6rem;
}
.sparkline-label {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
font-size: px2rem(11px);
.icon {
width: 1rem;
height: 1rem;
}
}
// stylelint-disable declaration-no-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;
}