mirror of
https://github.com/tabler/tabler.git
synced 2026-07-27 05:24:38 +04:00
1 line
1.3 KiB
Plaintext
1 line
1.3 KiB
Plaintext
{"version":3,"sources":["../../scss/tabler-charts.scss","../../scss/ui/_charts.scss"],"names":[],"mappings":"AAAA;;;;;ACAA,OACE,QAAA,MACA,WAAA,MAFF,YAKI,YAAA,QAIJ,UACE,OAAA,OAIF,cACE,OAAA,QAKF,iBACE,SAAA,SACA,MAAA,KACA,OAAA,OACA,YAAA,EAGF,wBACE,MAAA,OAGF,sBACE,MAAA,KAGF,uBACE,SAAA,SACA,IAAA,EACA,MAAA,EACA,OAAA,EACA,KAAA,EACA,QAAA,KACA,YAAA,OACA,gBAAA,OACA,UAAA,WATF,6BAYI,MAAA,KACA,OAAA","sourcesContent":["/*!\n * Tabler Charts (v0.9.0)\n * Copyright 2018-2019 The Tabler Authors\n * Copyright 2018-2019 codecalm\n * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)\n */\n\n@import \"config\";\n@import \"ui/charts\";\n",".chart {\n display: block;\n min-height: 10rem;\n\n text {\n font-family: inherit;\n }\n}\n\n.chart-sm {\n height: 2.5rem;\n //outline: 1px solid red;\n}\n\n.chart-square {\n height: 5.75rem;\n //outline: 1px solid red;\n}\n\n\n.chart-sparkline {\n position: relative;\n width: 4rem;\n height: 2.5rem;\n line-height: 1;\n}\n\n.chart-sparkline-square {\n width: 2.5rem;\n}\n\n.chart-sparkline-wide {\n width: 6rem;\n}\n\n.chart-sparkline-label {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n display: flex;\n align-items: center;\n justify-content: center;\n font-size: $h6-font-size;\n\n .icon {\n width: 1rem;\n height: 1rem;\n }\n}\n"]} |