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

31 lines
473 B
SCSS
Raw Normal View History

2017-08-03 13:53:18 +03:00
@import '../../../@theme/styles/themes';
@import '@nebular/theme/styles/global/breakpoints';
@import 'bootstrap/scss/mixins/breakpoints';
2017-07-14 17:11:26 +03:00
@include nb-install-component() {
2017-07-14 17:11:26 +03:00
nb-card-body {
overflow: hidden;
}
2017-07-14 17:11:26 +03:00
.echart {
position: absolute;
2018-05-11 17:25:02 +03:00
left: 1em;
height: calc(100% - 2 * 1rem);
2017-07-14 17:11:26 +03:00
width: 40%;
}
.info {
margin-left: 45%;
padding-top: 1rem;
}
.value {
margin: 0;
}
.details {
color: nb-theme(text-hint-color);
}
2017-07-14 17:11:26 +03:00
}