2018-07-31 07:03:20 +02:00
|
|
|
.transaction-list-item {
|
2023-05-03 18:52:57 +02:00
|
|
|
border-top: none;
|
|
|
|
|
2020-05-26 22:49:11 +02:00
|
|
|
&__primary-currency {
|
2022-03-16 15:49:25 +01:00
|
|
|
color: var(--color-text-default);
|
2020-10-09 22:11:39 +02:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2018-07-31 07:03:20 +02:00
|
|
|
}
|
|
|
|
|
2020-05-26 22:49:11 +02:00
|
|
|
&__secondary-currency {
|
2020-10-29 16:03:29 +01:00
|
|
|
@include H7;
|
|
|
|
|
2020-06-05 20:36:40 +02:00
|
|
|
margin-top: 4px;
|
2022-03-16 15:49:25 +01:00
|
|
|
color: var(--color-text-alternative);
|
2018-08-01 04:37:38 +02:00
|
|
|
}
|
|
|
|
|
2020-08-19 18:41:56 +02:00
|
|
|
& &--unconfirmed {
|
2022-03-16 15:49:25 +01:00
|
|
|
color: var(--color-text-alternative);
|
2018-07-31 07:03:20 +02:00
|
|
|
}
|
|
|
|
|
2020-06-10 22:38:34 +02:00
|
|
|
&--unconfirmed &__primary-currency {
|
2022-03-16 15:49:25 +01:00
|
|
|
color: var(--color-text-alternative);
|
2019-11-01 02:51:28 +01:00
|
|
|
}
|
|
|
|
|
2020-05-26 22:49:11 +02:00
|
|
|
&__pending-actions {
|
|
|
|
padding-top: 12px;
|
|
|
|
display: flex;
|
2020-07-15 15:13:40 +02:00
|
|
|
|
2020-05-26 22:49:11 +02:00
|
|
|
.button {
|
2020-10-29 16:03:29 +01:00
|
|
|
@include H8;
|
|
|
|
|
2020-05-26 22:49:11 +02:00
|
|
|
padding: 8px;
|
|
|
|
width: 75px;
|
|
|
|
white-space: nowrap;
|
2018-09-18 04:35:47 +02:00
|
|
|
}
|
2020-07-15 15:13:40 +02:00
|
|
|
|
2020-09-15 21:33:49 +02:00
|
|
|
& > .button:first-child {
|
|
|
|
margin-right: 6px;
|
|
|
|
}
|
|
|
|
|
2020-06-05 20:36:40 +02:00
|
|
|
&:empty {
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
2018-09-18 04:35:47 +02:00
|
|
|
}
|
2020-06-17 18:38:15 +02:00
|
|
|
|
2023-01-23 16:48:14 +01:00
|
|
|
.list-item__subheading {
|
|
|
|
overflow: hidden;
|
|
|
|
max-width: 100%;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
2020-06-17 18:38:15 +02:00
|
|
|
.list-item__subheading > h3 {
|
|
|
|
overflow: visible;
|
|
|
|
display: flex;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: initial;
|
|
|
|
}
|
|
|
|
|
2023-01-18 15:47:29 +01:00
|
|
|
.transaction-status-label::after {
|
2020-06-17 18:38:15 +02:00
|
|
|
content: "·";
|
|
|
|
margin: 0 4px;
|
|
|
|
}
|
|
|
|
|
2020-07-15 15:13:40 +02:00
|
|
|
&__address {
|
2020-06-17 18:38:15 +02:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2023-05-24 13:40:58 +02:00
|
|
|
|
|
|
|
///: BEGIN:ONLY_INCLUDE_IN(build-mmi)
|
|
|
|
&__icon-badge {
|
|
|
|
position: absolute;
|
|
|
|
top: 18px;
|
|
|
|
left: 18px;
|
|
|
|
transform: scale(0.8);
|
|
|
|
}
|
|
|
|
///: END:ONLY_INCLUDE_IN
|
2018-07-31 07:03:20 +02:00
|
|
|
}
|