1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-27 12:56:01 +01:00
metamask-extension/ui/components/app/modals/contract-details-modal/index.scss
David Walsh 10be6fcfeb
UX: Update block explorer icon (#17562)
* 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>
2023-02-09 10:21:51 -06:00

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;
}
}
}
}