mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 04:46:10 +01:00
6185cc6e5e
Co-authored-by: Brad Decker <bhdecker84@gmail.com>
12 lines
263 B
SCSS
12 lines
263 B
SCSS
.network-account-balance-header {
|
|
border-top: 1px solid var(--color-border-muted);
|
|
border-bottom: 1px solid var(--color-border-muted);
|
|
|
|
&__network-account {
|
|
&__ident-icon-ethereum {
|
|
margin-inline-start: -10px;
|
|
margin-top: -20px;
|
|
}
|
|
}
|
|
}
|