monitor-dashboard/src/app/monitor/monitor.component.less

25 lines
446 B
Plaintext

@import (reference) "~src/assets/openaire-theme/less/_import-variables";
&.semiFiltered {
&, & > * > .highcharts-series-group {
opacity: 0.5;
}
}
.indicator-overlay {
position: absolute;
top: 0;
left: 0;
background: @global-overlay-background;
width: 100%;
height: 100%;
.inner {
background: @global-background;
border-radius: @global-border-radius;
width: 75%;
max-height: 75%;
overflow: auto;
}
}