2022-08-23 17:52:08 +02:00
|
|
|
.network-account-balance-header {
|
|
|
|
border-top: 1px solid var(--color-border-muted);
|
|
|
|
border-bottom: 1px solid var(--color-border-muted);
|
|
|
|
|
|
|
|
&__network-account {
|
2022-10-25 17:03:45 +02:00
|
|
|
&__ident-icon-ethereum,
|
|
|
|
&__ident-icon-ethereum--gray {
|
|
|
|
height: 18px;
|
|
|
|
width: 18px;
|
|
|
|
border-radius: 50%;
|
|
|
|
border: 1px solid var(--color-background-default);
|
|
|
|
background: var(--color-background-default);
|
2022-08-23 17:52:08 +02:00
|
|
|
margin-inline-start: -10px;
|
|
|
|
margin-top: -20px;
|
2022-10-25 17:03:45 +02:00
|
|
|
|
|
|
|
> span {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
line-height: 18px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__ident-icon-ethereum--gray {
|
|
|
|
border: 1px solid var(--color-border-default);
|
2022-08-23 17:52:08 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|