mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 00:10:14 +01:00
36 lines
584 B
SCSS
36 lines
584 B
SCSS
|
|
@import '../../../@theme/styles/themes';
|
||
|
|
|
||
|
|
$legend-all-orders-color: #00977e;
|
||
|
|
$legend-payment-color: #6935ca;
|
||
|
|
$legend-canceled-color: #3f4fda;
|
||
|
|
|
||
|
|
@include nb-install-component() {
|
||
|
|
|
||
|
|
/deep/ nb-tabset {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
flex: 1;
|
||
|
|
|
||
|
|
ul {
|
||
|
|
border-bottom: none;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
nb-tab {
|
||
|
|
flex: 1;
|
||
|
|
padding-bottom: 1.25rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.chart-container {
|
||
|
|
flex: 1;
|
||
|
|
height: 100%;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
overflow: hidden;
|
||
|
|
}
|
||
|
|
|
||
|
|
ngx-chart-panel-header, ngx-profit-chart, ngx-orders-chart {
|
||
|
|
padding: 0 1.25rem;
|
||
|
|
}
|
||
|
|
}
|