mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-08-02 09:01:52 +00:00
Extract shlink-web-component outside of src folder
This commit is contained in:
9
shlink-web-component/visits/charts/LineChartCard.scss
Normal file
9
shlink-web-component/visits/charts/LineChartCard.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
@import '../../../src/utils/base';
|
||||
|
||||
.line-chart-card__body canvas {
|
||||
height: 300px !important;
|
||||
|
||||
@media (min-width: $mdMin) {
|
||||
height: 400px !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user