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

10 lines
164 B
SCSS
Raw Normal View History

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