mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 05:47:20 +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;
|
||||
}
|
||||
|
||||
:host([clickable]) .icon {
|
||||
}
|
||||
|
||||
.badge {
|
||||
position: absolute;
|
||||
color: white;
|
||||
@ -72,9 +69,8 @@ class IntegrationBadge extends LitElement {
|
||||
right: -10px;
|
||||
background-color: var(--label-badge-green);
|
||||
border-radius: 50%;
|
||||
width: 18px;
|
||||
display: block;
|
||||
height: 18px;
|
||||
--mdc-icon-size: 18px;
|
||||
border: 2px solid white;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user