1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-27 05:24:38 +04:00
Files
tabler/demo/dist/css/tabler-charts.css
T
2019-12-21 00:41:17 +01:00

44 lines
837 B
CSS

/*!
* Tabler Charts (v0.9.0)
* Copyright 2018-2019 The Tabler Authors
* Copyright 2018-2019 codecalm
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
*/
.chart {
display: block;
min-height: 10rem; }
.chart text {
font-family: inherit; }
.chart-sm {
height: 2.5rem; }
.chart-square {
height: 5.75rem; }
.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: 0.7333333em; }
.chart-sparkline-label .icon {
width: 1rem;
height: 1rem; }
/*# sourceMappingURL=tabler-charts.css.map */