mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 19:26:36 +00:00
Adds padding to ha-label-badge (#5725)
This commit is contained in:
parent
07cd30eaca
commit
7ed24137eb
@ -615,6 +615,7 @@ class HassioAddonInfo extends LitElement {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
--iron-icon-height: 45px;
|
--iron-icon-height: 45px;
|
||||||
|
--ha-label-badge-padding: 8px 0 0 0;
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
];
|
];
|
||||||
|
@ -65,6 +65,7 @@ class HaLabelBadge extends LitElement {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
padding: var(--ha-label-badge-padding, 0 0 0 0);
|
||||||
}
|
}
|
||||||
.label-badge {
|
.label-badge {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user