1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-24 10:48:14 +04:00
Files
tabler/scss/ui/_charts.scss
2019-10-28 22:23:38 +01:00

25 lines
449 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-placeholder {
background-image: linear-gradient(135deg, $border-color 25%, transparent 25%, transparent 50%, $border-color 50%, $border-color 75%, transparent 75%, transparent 100%);
background-size: 14.14px 14.14px;
}