Feature/adapt style of X-ray rule to summary (#4394)
* Adapt style of X-ray rule to summary * Update changelogpull/4411/head
parent
9278adc6ba
commit
ff73e7e0ee
@ -1,3 +1,17 @@
|
||||
: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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in new issue