2018-08-08 16:45:31 +03:00
|
|
|
@import '../../../@theme/styles/themes';
|
|
|
|
|
|
|
|
|
|
$legend-all-orders-color: #00977e;
|
|
|
|
|
$legend-payment-color: #6935ca;
|
|
|
|
|
$legend-canceled-color: #3f4fda;
|
|
|
|
|
|
|
|
|
|
@include nb-install-component() {
|
|
|
|
|
|
2020-03-09 15:38:42 +03:00
|
|
|
nb-card {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
2019-07-02 16:18:09 +03:00
|
|
|
nb-tabset {
|
2018-08-08 16:45:31 +03:00
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
flex: 1;
|
|
|
|
|
|
2019-07-02 16:18:09 +03:00
|
|
|
::ng-deep ul {
|
|
|
|
|
// make same size as card header
|
|
|
|
|
border-color: transparent;
|
|
|
|
|
padding-bottom: 1px;
|
|
|
|
|
.tab-link {
|
|
|
|
|
padding: 1.25rem 2rem;
|
|
|
|
|
}
|
2018-08-08 16:45:31 +03:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
nb-tab {
|
|
|
|
|
flex: 1;
|
2019-07-02 16:18:09 +03:00
|
|
|
padding: 0 0 1.25rem;
|
2018-08-08 16:45:31 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.chart-container {
|
|
|
|
|
flex: 1;
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
2019-07-02 16:18:09 +03:00
|
|
|
ngx-profit-chart,
|
|
|
|
|
ngx-orders-chart {
|
2018-08-08 16:45:31 +03:00
|
|
|
padding: 0 1.25rem;
|
|
|
|
|
}
|
|
|
|
|
}
|