mirror of https://github.com/ghostfolio/ghostfolio
2 changed files with 44 additions and 4 deletions
@ -1,3 +1,18 @@ |
|||
:host { |
|||
display: block; |
|||
|
|||
.icon-container { |
|||
background-color: rgba(var(--dark-primary-text), 0.05); |
|||
border-radius: 0.25rem; |
|||
height: 2rem; |
|||
vertical-align: middle; |
|||
|
|||
&.okay { |
|||
color: var(--success); |
|||
} |
|||
|
|||
&.warn { |
|||
color: var(--danger); |
|||
} |
|||
} |
|||
} |
|||
|
Loading…
Reference in new issue