Fix allignment in integration badge during onboarding (#6523)

This commit is contained in:
Joakim Sørensen 2020-08-05 12:20:32 +02:00 committed by GitHub
parent e6f5072462
commit 14e8f66ed7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}