mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 12:16:39 +00:00
Lint
This commit is contained in:
parent
7a16961387
commit
17d0ae003a
@ -11,7 +11,10 @@ class HaCard extends PolymerElement {
|
|||||||
display: block;
|
display: block;
|
||||||
border-radius: var(--ha-card-border-radius, 2px);
|
border-radius: var(--ha-card-border-radius, 2px);
|
||||||
transition: all 0.3s ease-out;
|
transition: all 0.3s ease-out;
|
||||||
background: var(--ha-card-background, var(--paper-card-background-color, white));
|
background: var(
|
||||||
|
--ha-card-background,
|
||||||
|
var(--paper-card-background-color, white)
|
||||||
|
);
|
||||||
color: var(--primary-text-color);
|
color: var(--primary-text-color);
|
||||||
}
|
}
|
||||||
.header {
|
.header {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user