mirror of https://github.com/ghostfolio/ghostfolio
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.
54 lines
1010 B
54 lines
1010 B
:host {
|
|
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;
|
|
}
|
|
}
|
|
}
|
|
|
|
.mat-mdc-card {
|
|
.mat-mdc-card-header {
|
|
::ng-deep {
|
|
.mat-mdc-card-header-text {
|
|
flex: 1 1 auto;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
|
|
gf-toggle {
|
|
font-size: 90%;
|
|
}
|
|
}
|
|
}
|
|
|
|
.mat-mdc-progress-bar {
|
|
--mdc-linear-progress-active-indicator-height: 0.5rem;
|
|
--mdc-linear-progress-track-height: 0.5rem;
|
|
border-radius: 0.25rem;
|
|
|
|
::ng-deep {
|
|
.mdc-linear-progress__buffer-bar {
|
|
background-color: rgb(var(--palette-background-unselected-chip));
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
:host-context(.is-dark-theme) {
|
|
.mat-mdc-progress-bar {
|
|
::ng-deep {
|
|
.mdc-linear-progress__buffer-bar {
|
|
background-color: rgb(var(--palette-background-unselected-chip-dark));
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|