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.
35 lines
514 B
35 lines
514 B
:host {
|
|
display: block;
|
|
|
|
.button-container {
|
|
aspect-ratio: 16 / 9;
|
|
margin-top: -4rem;
|
|
|
|
gf-line-chart {
|
|
bottom: 0;
|
|
left: 0;
|
|
opacity: 0.67;
|
|
right: 0;
|
|
top: 0;
|
|
z-index: -1;
|
|
}
|
|
|
|
.mat-stroked-button {
|
|
background-color: var(--light-background);
|
|
}
|
|
}
|
|
|
|
.downloads {
|
|
img {
|
|
height: 2.5rem;
|
|
}
|
|
}
|
|
}
|
|
|
|
:host-context(.is-dark-theme) {
|
|
.button-container {
|
|
.mat-stroked-button {
|
|
background-color: var(--dark-background);
|
|
}
|
|
}
|
|
}
|
|
|