mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 00:10:14 +01:00
25 lines
320 B
SCSS
25 lines
320 B
SCSS
|
|
@import '../../../@theme/styles/variables';
|
||
|
|
|
||
|
|
@include nga-install-component() {
|
||
|
|
|
||
|
|
display: flex;
|
||
|
|
height: 100%;
|
||
|
|
|
||
|
|
.echart {
|
||
|
|
flex: 1;
|
||
|
|
height: 100%;
|
||
|
|
width: 40%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.text-hint {
|
||
|
|
font-size: 1rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.info {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
flex: 1;
|
||
|
|
align-self: center;
|
||
|
|
}
|
||
|
|
}
|