Add bottom margin to button card icon (#8362)

This commit is contained in:
Philip Allgaier 2021-02-11 13:39:31 +01:00 committed by GitHub
parent 435a6b6d53
commit eb235cb552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -272,6 +272,7 @@ export class HuiButtonCard extends LitElement implements LovelaceCard {
height: auto;
color: var(--paper-item-icon-color, #44739e);
--mdc-icon-size: 100%;
margin-bottom: 8px;
}
ha-icon,