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.
40 lines
554 B
40 lines
554 B
4 years ago
|
.account-details-modal {
|
||
|
&__name {
|
||
4 years ago
|
@include H4;
|
||
|
|
||
4 years ago
|
margin-top: 9px;
|
||
|
}
|
||
|
|
||
4 years ago
|
& &__button {
|
||
4 years ago
|
margin-top: 17px;
|
||
|
padding: 10px 22px;
|
||
|
width: 286px;
|
||
|
}
|
||
|
|
||
|
&__divider {
|
||
|
width: 100%;
|
||
|
height: 1px;
|
||
|
margin: 19px 0 8px 0;
|
||
|
background-color: $alto;
|
||
|
}
|
||
|
|
||
|
& .qr-header {
|
||
4 years ago
|
@include H4;
|
||
|
|
||
4 years ago
|
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;
|
||
|
}
|
||
|
}
|