2023-07-16 09:47:10 +03:00
|
|
|
@import '../../../utils/base';
|
2020-05-30 11:26:52 +03:00
|
|
|
|
|
|
|
.line-chart-card__body canvas {
|
|
|
|
height: 300px !important;
|
|
|
|
|
|
|
|
@media (min-width: $mdMin) {
|
2020-12-12 22:45:23 +03:00
|
|
|
height: 400px !important;
|
2020-05-30 11:26:52 +03:00
|
|
|
}
|
|
|
|
}
|