2018-08-08 16:45:31 +03:00
|
|
|
@import '../../../@theme/styles/themes';
|
|
|
|
|
@import '~bootstrap/scss/mixins/breakpoints';
|
2018-10-05 13:20:30 +03:00
|
|
|
@import '~@nebular/theme/styles/global/breakpoints';
|
2018-08-08 16:45:31 +03:00
|
|
|
|
|
|
|
|
@include nb-install-component() {
|
|
|
|
|
position: relative;
|
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
|
|
nb-card {
|
|
|
|
|
position: relative;
|
2020-03-05 14:25:25 +03:00
|
|
|
overflow: hidden;
|
2018-08-08 16:45:31 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
nb-card-header {
|
|
|
|
|
border-bottom: none;
|
2019-07-02 16:18:09 +03:00
|
|
|
}
|
2018-08-08 16:45:31 +03:00
|
|
|
|
2019-07-15 14:14:04 +03:00
|
|
|
.subtitle {
|
2019-07-02 16:18:09 +03:00
|
|
|
color: nb-theme(text-hint-color);
|
2018-08-08 16:45:31 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.container {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.chart-container {
|
|
|
|
|
flex: 1;
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.chart-header {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
margin-bottom: 2.125rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@include media-breakpoint-down(is) {
|
|
|
|
|
ngx-legend-chart {
|
2019-07-02 16:18:09 +03:00
|
|
|
::ng-deep .legends {
|
2018-08-08 16:45:31 +03:00
|
|
|
padding-left: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|