mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +01:00
2ba6e68c8b
* Updated header for NFT approval and Set approval for all screens
13 lines
294 B
SCSS
13 lines
294 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;
|
|
border: none !important;
|
|
}
|
|
}
|
|
}
|