20 lines
334 B
SCSS
20 lines
334 B
SCSS
:host {
|
|
display: inline-block;
|
|
width: var(--mdc-icon-size, 24px);
|
|
height: var(--mdc-icon-size, 24px);
|
|
|
|
--ha-icon-display: block;
|
|
}
|
|
|
|
ha-icon,
|
|
state-badge {
|
|
display: block;
|
|
height: 100%;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
:host([allow-override-non-active-styles]) state-badge {
|
|
--state-inactive-color: inherit;
|
|
}
|