2017-08-03 13:53:18 +03:00
|
|
|
@import '../../../@theme/styles/themes';
|
2018-10-05 13:20:30 +03:00
|
|
|
@import '~@nebular/theme/styles/global/breakpoints';
|
2017-09-12 15:08:14 +03:00
|
|
|
@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
|
|
|
$padding: 1rem;
|
|
|
|
|
|
|
|
|
|
nb-card-body {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
padding: $padding;
|
|
|
|
|
}
|
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;
|
2017-09-19 16:48:38 +03:00
|
|
|
height: calc(100% - 2 * #{$padding});
|
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%;
|
|
|
|
|
padding-top: 1.5rem;
|
|
|
|
|
color: nb-theme(color-fg);
|
2017-08-07 16:12:38 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.value {
|
|
|
|
|
font-family: nb-theme(font-secondary);
|
|
|
|
|
font-size: 2rem;
|
|
|
|
|
font-weight: nb-theme(font-weight-bold);
|
|
|
|
|
color: nb-theme(color-fg-heading);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.details {
|
|
|
|
|
font-size: 1.25rem;
|
2017-09-01 17:18:02 +03:00
|
|
|
font-weight: nb-theme(font-weight-bolder);
|
2017-08-07 16:12:38 +03:00
|
|
|
line-height: 1;
|
|
|
|
|
span {
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
font-weight: nb-theme(font-weight-light);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-07-14 17:11:26 +03:00
|
|
|
.text-hint {
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
}
|
|
|
|
|
|
2017-08-07 16:12:38 +03:00
|
|
|
@include nb-for-theme(cosmic) {
|
|
|
|
|
color: nb-theme(color-fg-heading);
|
|
|
|
|
|
|
|
|
|
.value {
|
2017-09-01 17:18:02 +03:00
|
|
|
color: nb-theme(color-fg-highlight);
|
2017-08-07 16:12:38 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.details span {
|
|
|
|
|
color: nb-theme(color-fg);
|
|
|
|
|
}
|
|
|
|
|
}
|
2017-09-12 15:08:14 +03:00
|
|
|
|
|
|
|
|
@include media-breakpoint-down(xs) {
|
|
|
|
|
.value {
|
|
|
|
|
font-size: 1.75rem;
|
|
|
|
|
}
|
|
|
|
|
}
|
2017-07-14 17:11:26 +03:00
|
|
|
}
|