ghostfolio/apps/client/src/app/pages/public/public-page.scss

23 lines
353 B
SCSS
Raw Normal View History

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