mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-28 07:17:21 +00:00
Add bottom margin to button card icon (#8362)
This commit is contained in:
parent
435a6b6d53
commit
eb235cb552
@ -272,6 +272,7 @@ export class HuiButtonCard extends LitElement implements LovelaceCard {
|
|||||||
height: auto;
|
height: auto;
|
||||||
color: var(--paper-item-icon-color, #44739e);
|
color: var(--paper-item-icon-color, #44739e);
|
||||||
--mdc-icon-size: 100%;
|
--mdc-icon-size: 100%;
|
||||||
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ha-icon,
|
ha-icon,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user