File renames to match HACS requirements.

This commit is contained in:
Dermot Duffy
2021-08-17 21:33:28 -07:00
parent 91bf25e6f6
commit 81e1b6d240
6 changed files with 4 additions and 4 deletions
+27
View File
@@ -0,0 +1,27 @@
.option {
padding: 4px 0px;
cursor: pointer;
}
.row {
display: flex;
margin-bottom: -14px;
pointer-events: none;
}
.title {
padding-left: 16px;
margin-top: -6px;
pointer-events: none;
}
.secondary {
padding-left: 40px;
color: var(--secondary-text-color);
pointer-events: none;
}
.values {
padding-left: 16px;
background: var(--secondary-background-color);
display: grid;
}
ha-formfield {
padding-bottom: 8px;
}