ngx-admin/src/app/pages/charts/echarts/echarts.component.scss

10 lines
184 B
SCSS
Raw Normal View History

@import '../../../@theme/styles/variables';
@include nga-install-component() {
2017-05-11 18:31:55 +03:00
display: block;
/deep/ .echart {
height: calc(#{nga-theme(card-height-xmedium)} - 50px);
}
2017-05-11 18:31:55 +03:00
}