ghostfolio/apps/client/src/app/pages/portfolio/x-ray/x-ray-page.component.scss
Tobias Kugel ff73e7e0ee
Feature/adapt style of X-ray rule to summary (#4394)
* Adapt style of X-ray rule to summary

* Update changelog
2025-03-07 21:34:29 +01:00

18 lines
262 B
SCSS

:host {
display: block;
.icon-container {
background-color: rgba(var(--palette-foreground-base), 0.02);
border-radius: 0.25rem;
height: 2rem;
&.okay {
color: var(--success);
}
&.warn {
color: var(--danger);
}
}
}