1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-25 20:44:38 +04:00
Files
tabler/scss/ui/_charts.scss
T

52 lines
642 B
SCSS

.chart {
display: block;
min-height: 10rem;
text {
font-family: inherit;
}
}
.chart-sm {
height: 2.5rem;
//outline: 1px solid red;
}
.chart-square {
height: 5.75rem;
//outline: 1px solid red;
}
.chart-sparkline {
position: relative;
width: 4rem;
height: 2.5rem;
line-height: 1;
}
.chart-sparkline-square {
width: 2.5rem;
}
.chart-sparkline-wide {
width: 6rem;
}
.chart-sparkline-label {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
font-size: $h6-font-size;
.icon {
width: 1rem;
height: 1rem;
}
}