mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 12:56:01 +01:00
10be6fcfeb
* UX: Update block explorer icon * Removing unneeded CSS and some HTML bloat * Removing unneeded className * Removing unneeded CSS and reducing HTML bloat for ContractTokenValues --------- Co-authored-by: georgewrmarshall <george.marshall@consensys.net>
21 lines
350 B
SCSS
21 lines
350 B
SCSS
.contract-details-modal {
|
|
width: 100% !important;
|
|
max-width: 408px;
|
|
|
|
&__content {
|
|
border-bottom: 1px solid var(--color-border-muted);
|
|
|
|
&__contract {
|
|
&__identicon {
|
|
margin: 16px;
|
|
box-shadow: none;
|
|
background: none;
|
|
}
|
|
|
|
&__identicon-for-unknown-contact {
|
|
margin: 16px;
|
|
}
|
|
}
|
|
}
|
|
}
|