mirror of https://github.com/ghostfolio/ghostfolio
committed by
GitHub
4 changed files with 65 additions and 15 deletions
@ -1,3 +1,17 @@ |
|||||
:host { |
:host { |
||||
display: block; |
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); |
||||
|
} |
||||
|
} |
||||
} |
} |
||||
|
Loading…
Reference in new issue