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.
60 lines
1.0 KiB
60 lines
1.0 KiB
:host {
|
|
display: block;
|
|
|
|
.allocations-by-symbol {
|
|
gf-portfolio-proportion-chart {
|
|
max-width: 80vh;
|
|
}
|
|
}
|
|
|
|
.world-map-chart {
|
|
.mat-card {
|
|
.mat-card-content {
|
|
aspect-ratio: 16 / 9;
|
|
}
|
|
}
|
|
}
|
|
|
|
.mat-card {
|
|
.mat-card-header {
|
|
::ng-deep {
|
|
.mat-card-header-text {
|
|
flex: 1 1 auto;
|
|
}
|
|
}
|
|
|
|
gf-toggle {
|
|
font-size: 90%;
|
|
}
|
|
}
|
|
}
|
|
|
|
.mat-progress-bar {
|
|
border-radius: 0.25rem;
|
|
height: 0.5rem;
|
|
|
|
::ng-deep {
|
|
.mat-progress-bar-background {
|
|
fill: rgb(var(--palette-background-unselected-chip));
|
|
}
|
|
|
|
.mat-progress-bar-buffer {
|
|
background-color: rgb(var(--palette-background-unselected-chip));
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
:host-context(.is-dark-theme) {
|
|
.mat-progress-bar {
|
|
::ng-deep {
|
|
.mat-progress-bar-background {
|
|
fill: rgb(var(--palette-background-unselected-chip-dark));
|
|
}
|
|
|
|
.mat-progress-bar-buffer {
|
|
background-color: rgb(var(--palette-background-unselected-chip-dark));
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|