2020-05-13 22:41:15 +02:00
|
|
|
.asset-list-item {
|
2020-11-05 19:05:41 +01:00
|
|
|
& .list-item__heading {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__token-button {
|
|
|
|
padding-inline-start: 0;
|
|
|
|
min-width: 0;
|
|
|
|
min-height: 0;
|
|
|
|
text-align: start;
|
|
|
|
|
|
|
|
& h2 {
|
2021-06-15 18:00:47 +02:00
|
|
|
display: flex;
|
2020-11-05 19:05:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
& span {
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
2020-09-01 22:13:58 +02:00
|
|
|
}
|
|
|
|
|
2021-06-15 18:00:47 +02:00
|
|
|
&__token-value {
|
|
|
|
flex: 1;
|
|
|
|
padding-right: 5px;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
max-width: 100%;
|
|
|
|
display: block;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2020-06-01 19:54:32 +02:00
|
|
|
&__chevron-right {
|
|
|
|
color: $Grey-500;
|
|
|
|
}
|
2020-06-03 19:50:12 +02:00
|
|
|
|
2020-06-05 23:33:51 +02:00
|
|
|
.list-item__right-content {
|
|
|
|
align-self: center;
|
|
|
|
}
|
|
|
|
|
2020-06-03 19:50:12 +02:00
|
|
|
.list-item__subheading {
|
2020-10-29 16:03:29 +01:00
|
|
|
@include H6;
|
|
|
|
|
2020-06-03 19:50:12 +02:00
|
|
|
margin-top: 6px;
|
|
|
|
}
|
2020-06-05 20:36:40 +02:00
|
|
|
|
|
|
|
&__warning {
|
|
|
|
flex: 1;
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
|
2020-08-19 18:41:56 +02:00
|
|
|
& &__send-token-button {
|
2020-10-29 16:03:29 +01:00
|
|
|
@include H6;
|
|
|
|
|
2020-06-16 20:04:51 +02:00
|
|
|
display: none;
|
|
|
|
text-transform: uppercase;
|
|
|
|
width: fit-content;
|
2020-11-13 20:30:48 +01:00
|
|
|
padding-top: 0;
|
|
|
|
padding-bottom: 0;
|
2020-06-16 20:04:51 +02:00
|
|
|
}
|
|
|
|
|
2020-06-05 20:36:40 +02:00
|
|
|
@media (min-width: 576px) {
|
|
|
|
&__warning-tooltip {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-item__mid-content {
|
|
|
|
display: flex;
|
|
|
|
}
|
2020-06-16 20:04:51 +02:00
|
|
|
|
2020-11-13 17:52:29 +01:00
|
|
|
&:hover &__send-token-button,
|
|
|
|
&:focus-within &__send-token-button {
|
2020-06-16 20:04:51 +02:00
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__chevron-right {
|
|
|
|
display: none;
|
|
|
|
}
|
2020-06-05 20:36:40 +02:00
|
|
|
}
|
2020-05-13 22:41:15 +02:00
|
|
|
}
|