shlink-web-client/src/shlink-web-component/visits/charts/LineChartCard.scss

10 lines
160 B
SCSS
Raw Normal View History

@import '../../../utils/base';
.line-chart-card__body canvas {
height: 300px !important;
@media (min-width: $mdMin) {
height: 400px !important;
}
}