ngx-admin/src/app/pages/dashboard/solar/solar.component.scss

25 lines
320 B
SCSS
Raw Normal View History

2017-07-14 17:11:26 +03:00
@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;
}
}