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