mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-17 06:16:33 +00:00
Fix allignment in integration badge during onboarding (#6523)
This commit is contained in:
parent
e6f5072462
commit
14e8f66ed7
@ -62,9 +62,6 @@ class IntegrationBadge extends LitElement {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
:host([clickable]) .icon {
|
|
||||||
}
|
|
||||||
|
|
||||||
.badge {
|
.badge {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
color: white;
|
color: white;
|
||||||
@ -72,9 +69,8 @@ class IntegrationBadge extends LitElement {
|
|||||||
right: -10px;
|
right: -10px;
|
||||||
background-color: var(--label-badge-green);
|
background-color: var(--label-badge-green);
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
width: 18px;
|
|
||||||
display: block;
|
display: block;
|
||||||
height: 18px;
|
--mdc-icon-size: 18px;
|
||||||
border: 2px solid white;
|
border: 2px solid white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user