Better integrate elements into stock HA custom element support.
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
.element {
|
||||
position: absolute;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
// Errors encountered by HA (not the card) during parsing of the configuration
|
||||
// (e.g. custom picture element that does not exist).
|
||||
hui-error-card.element {
|
||||
inset: 0px;
|
||||
background-color: var(--secondary-background-color, black);
|
||||
transform: unset;
|
||||
}
|
||||
Reference in New Issue
Block a user