mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 22:24:27 +01:00
2c410f534d
* account details - updating ui * account details - updating ui - version 2 * update qr-code scss in details account view * account detail screen - create local eng label * account detail update copy state
40 lines
554 B
SCSS
40 lines
554 B
SCSS
.account-details-modal {
|
|
&__name {
|
|
@include H4;
|
|
|
|
margin-top: 9px;
|
|
}
|
|
|
|
& &__button {
|
|
margin-top: 17px;
|
|
padding: 10px 22px;
|
|
width: 284px;
|
|
}
|
|
|
|
&__divider {
|
|
width: 100%;
|
|
height: 1px;
|
|
margin: 16px 0 8px 0;
|
|
background-color: $alto;
|
|
}
|
|
|
|
& .qr-header {
|
|
@include H4;
|
|
|
|
margin-top: 9px;
|
|
}
|
|
|
|
& .qr-wrapper {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
& .ellip-address-wrapper {
|
|
display: flex;
|
|
justify-content: center;
|
|
border: 1px solid $alto;
|
|
padding: 5px 10px;
|
|
margin-top: 7px;
|
|
width: 286px;
|
|
}
|
|
}
|