2023-07-24 21:14:59 +03:00
|
|
|
@import '../../../src/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
|
|
|
}
|
|
|
|
}
|