2018-09-17 19:34:29 +02:00
|
|
|
.confirm-remove-account {
|
|
|
|
&__description {
|
2020-10-29 16:03:29 +01:00
|
|
|
@include H6;
|
|
|
|
|
2018-09-17 19:34:29 +02:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__account {
|
2022-03-23 16:37:25 +01:00
|
|
|
border: 1px solid var(--color-border-default);
|
2018-09-17 19:34:29 +02:00
|
|
|
border-radius: 4px;
|
|
|
|
padding: 10px;
|
|
|
|
display: flex;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
&__identicon {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__name,
|
|
|
|
&__address {
|
2020-10-29 16:03:29 +01:00
|
|
|
@include H6;
|
|
|
|
|
2018-09-17 19:34:29 +02:00
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__name {
|
|
|
|
width: 100px;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__label {
|
2020-10-29 16:03:29 +01:00
|
|
|
@include H8;
|
|
|
|
|
2018-09-17 19:34:29 +02:00
|
|
|
display: block;
|
2022-03-23 16:37:25 +01:00
|
|
|
color: var(--color-text-muted);
|
2018-09-17 19:34:29 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__link {
|
|
|
|
margin-top: 14px;
|
|
|
|
}
|
|
|
|
|
2022-08-04 16:03:02 +02:00
|
|
|
@include screen-sm-max {
|
2018-09-17 19:34:29 +02:00
|
|
|
&__name {
|
|
|
|
width: 90px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__link {
|
2022-03-23 16:37:25 +01:00
|
|
|
color: var(--color-primary-default);
|
2018-09-17 19:34:29 +02:00
|
|
|
}
|
2020-07-15 15:13:40 +02:00
|
|
|
}
|