2017-08-03 13:53:18 +03:00
|
|
|
@import '../../../@theme/styles/themes';
|
2017-07-14 19:46:28 +03:00
|
|
|
|
2017-08-01 17:42:21 +03:00
|
|
|
@include nb-install-component() {
|
2017-07-14 19:46:28 +03:00
|
|
|
|
2019-07-02 16:18:09 +03:00
|
|
|
nb-card {
|
|
|
|
|
position: relative;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
2017-08-01 17:42:21 +03:00
|
|
|
nb-card-header {
|
2017-07-24 19:10:59 +03:00
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
2019-07-02 16:18:09 +03:00
|
|
|
padding-top: nb-theme(card-header-with-select-padding-top);
|
|
|
|
|
padding-bottom: nb-theme(card-header-with-select-padding-bottom);
|
|
|
|
|
margin-bottom: -1px;
|
2017-07-24 19:10:59 +03:00
|
|
|
}
|
|
|
|
|
|
2019-07-02 16:18:09 +03:00
|
|
|
ngx-traffic-chart {
|
|
|
|
|
flex: 1;
|
2017-07-18 21:16:34 +03:00
|
|
|
}
|
|
|
|
|
|
2019-07-02 16:18:09 +03:00
|
|
|
::ng-deep {
|
|
|
|
|
.echart {
|
|
|
|
|
display: block;
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
2017-07-24 19:10:59 +03:00
|
|
|
|
2019-07-02 16:18:09 +03:00
|
|
|
canvas {
|
|
|
|
|
border-bottom-left-radius: nb-theme(card-border-radius);
|
|
|
|
|
border-bottom-right-radius: nb-theme(card-border-radius);
|
|
|
|
|
}
|
2017-07-24 19:10:59 +03:00
|
|
|
}
|
2017-07-14 19:46:28 +03:00
|
|
|
}
|