Styling zone menu (#4684)

* Styling zone menu

* Update ha-device-entities-card.ts
This commit is contained in:
Bram Kragten
2020-01-31 12:14:21 +01:00
committed by GitHub
parent 33d9bf4660
commit edfdd0da89
2 changed files with 3 additions and 1 deletions
@@ -179,7 +179,7 @@ export class HaDeviceEntitiesCard extends LitElement {
color: var(--secondary-text-color);
}
#entities > * {
margin: 8px;
margin: 8px 16px 8px 8px;
}
paper-icon-item {
min-height: 40px;
+2
View File
@@ -436,6 +436,8 @@ ${this.hass!.localize("ui.panel.config.zone.confirm_delete2")}`)
.flex .empty {
border-left: 1px solid var(--divider-color);
width: 250px;
min-height: 100%;
box-sizing: border-box;
}
paper-icon-item {
padding-top: 4px;