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.
32 lines
447 B
32 lines
447 B
:host {
|
|
display: block;
|
|
height: 100%;
|
|
|
|
::ng-deep {
|
|
.loader {
|
|
height: 100% !important;
|
|
}
|
|
|
|
.svgMap-map-wrapper {
|
|
background: transparent;
|
|
|
|
.svgMap-country {
|
|
stroke: #e5e5e5;
|
|
}
|
|
|
|
.svgMap-map-controls-wrapper {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
:host-context(.is-dark-theme) {
|
|
::ng-deep {
|
|
.svgMap-map-wrapper {
|
|
.svgMap-country {
|
|
stroke: #414141;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|