You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
474 B
29 lines
474 B
.contract-details-modal {
|
|
width: 360px !important;
|
|
|
|
&__content {
|
|
border-bottom: 1px solid var(--color-border-muted);
|
|
|
|
&__contract {
|
|
&__identicon {
|
|
margin: 16px 16px 38px 16px;
|
|
}
|
|
|
|
&__identicon-for-unknown-contact {
|
|
margin: 16px;
|
|
}
|
|
|
|
&__buttons {
|
|
flex-grow: 1;
|
|
|
|
&__copy.btn-link {
|
|
padding: 0;
|
|
}
|
|
|
|
&__block-explorer.btn-link {
|
|
padding: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|