You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

22 lines
363 B

:host {
color: rgb(var(--dark-primary-text));
display: block;
.allocations-by-symbol {
gf-portfolio-proportion-chart {
max-width: 80vh;
}
}
.world-map-chart {
.mat-mdc-card {
.world-map-chart-container {
aspect-ratio: 16 / 9;
}
}
}
}
:host-context(.theme-dark) {
color: rgb(var(--light-primary-text));
}