2021-09-10 22:21:04 +02:00
|
|
|
.confirm-import-token {
|
2018-05-20 08:04:19 +02:00
|
|
|
padding: 16px;
|
|
|
|
|
|
|
|
&__header {
|
2020-10-29 17:31:48 +01:00
|
|
|
@include H7;
|
|
|
|
|
2018-05-20 08:04:19 +02:00
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__token {
|
|
|
|
flex: 1;
|
|
|
|
min-width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__balance {
|
|
|
|
flex: 0 0 30%;
|
|
|
|
min-width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__token-list {
|
|
|
|
display: flex;
|
|
|
|
flex-flow: column nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__token-list-item {
|
|
|
|
display: flex;
|
|
|
|
flex-flow: row nowrap;
|
|
|
|
align-items: center;
|
|
|
|
margin-top: 8px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__data {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
padding: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__name {
|
|
|
|
min-width: 0;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__token-icon {
|
|
|
|
margin-right: 12px;
|
|
|
|
flex: 0 0 auto;
|
|
|
|
}
|
|
|
|
}
|