@import '../../../@theme/styles/variables'; @include nga-install-component() { nga-card-header { display: flex; align-items: center; justify-content: space-between; padding: 0.675rem 0.5rem 0.5rem 1.25rem; border: none; } nga-card-body { overflow: hidden; } /deep/ canvas { border-bottom-left-radius: nga-theme(card-border-radius); border-bottom-right-radius: nga-theme(card-border-radius); } .echart { height: 100%; width: 100%; } .dropdown { min-width: 120px; } }