mirror of
https://github.com/tabler/tabler.git
synced 2026-07-27 05:24:38 +04:00
22 lines
608 B
CSS
22 lines
608 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-placeholder {
|
|
background-image: linear-gradient(135deg, #dce3e9 25%, transparent 25%, transparent 50%, #dce3e9 50%, #dce3e9 75%, transparent 75%, transparent 100%);
|
|
background-size: 14.14px 14.14px; }
|
|
/*# sourceMappingURL=tabler-charts.css.map */ |