2017-08-03 13:53:18 +03:00
|
|
|
@import '../../../@theme/styles/themes';
|
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
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
height: 100%;
|
2017-08-07 16:12:38 +03:00
|
|
|
color: nb-theme(color-fg);
|
2017-07-14 17:11:26 +03:00
|
|
|
|
|
|
|
|
.echart {
|
|
|
|
|
flex: 1;
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 40%;
|
|
|
|
|
}
|
|
|
|
|
|
2017-08-07 16:12:38 +03:00
|
|
|
.date {
|
|
|
|
|
font-size: 1.25rem;
|
|
|
|
|
font-weight: nb-theme(font-weight-bolder);
|
|
|
|
|
margin-bottom: 0.5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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;
|
|
|
|
|
font-weight: nb-theme(font-weight-bold);
|
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.info {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
flex: 1;
|
|
|
|
|
align-self: center;
|
|
|
|
|
}
|
2017-08-07 16:12:38 +03:00
|
|
|
|
|
|
|
|
@include nb-for-theme(cosmic) {
|
|
|
|
|
color: nb-theme(color-fg-heading);
|
|
|
|
|
|
|
|
|
|
.value {
|
|
|
|
|
color: nb-theme(color-success);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.details span {
|
|
|
|
|
color: nb-theme(color-fg);
|
|
|
|
|
}
|
|
|
|
|
}
|
2017-07-14 17:11:26 +03:00
|
|
|
}
|