2023-03-31 19:23:27 +02:00
|
|
|
.multichain-connected-site-menu {
|
2023-05-05 07:21:10 +02:00
|
|
|
height: 24px;
|
|
|
|
width: 24px;
|
|
|
|
padding: 0;
|
|
|
|
|
2023-03-31 19:23:27 +02:00
|
|
|
&__badge {
|
2023-05-05 07:21:10 +02:00
|
|
|
height: 12px;
|
|
|
|
width: 12px;
|
2023-03-31 19:23:27 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__badge.not-connected {
|
2023-05-05 07:21:10 +02:00
|
|
|
height: 8px;
|
|
|
|
width: 8px;
|
2023-03-31 19:23:27 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__badge.not-connected::after {
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
2023-05-05 07:21:10 +02:00
|
|
|
top: -2px;
|
|
|
|
left: -2px;
|
|
|
|
right: -2px;
|
|
|
|
bottom: -2px;
|
2023-03-31 19:23:27 +02:00
|
|
|
background: var(--color-background-default);
|
|
|
|
z-index: -1;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
}
|