2018-07-31 07:03:20 +02:00
|
|
|
.transaction-list-item {
|
2020-05-26 22:49:11 +02:00
|
|
|
&__primary-currency {
|
|
|
|
color: $Black-100;
|
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;
|
2020-05-26 22:49:11 +02:00
|
|
|
color: $Grey-500;
|
2018-08-01 04:37:38 +02:00
|
|
|
}
|
|
|
|
|
2020-08-19 18:41:56 +02:00
|
|
|
& &--unconfirmed {
|
2020-05-26 22:49:11 +02:00
|
|
|
color: $Grey-500;
|
2018-07-31 07:03:20 +02:00
|
|
|
}
|
|
|
|
|
2020-06-10 22:38:34 +02:00
|
|
|
&--unconfirmed &__primary-currency {
|
2020-05-26 22:49:11 +02:00
|
|
|
color: $Grey-500;
|
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
|
|
|
|
|
|
|
.list-item__subheading > h3 {
|
|
|
|
overflow: visible;
|
|
|
|
display: flex;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: initial;
|
|
|
|
}
|
|
|
|
|
2020-07-15 15:13:40 +02:00
|
|
|
.transaction-status::after {
|
2020-06-17 18:38:15 +02:00
|
|
|
content: "·";
|
|
|
|
margin: 0 4px;
|
|
|
|
}
|
|
|
|
|
2020-07-15 15:13:40 +02:00
|
|
|
&__origin,
|
|
|
|
&__address {
|
2020-06-17 18:38:15 +02:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__origin {
|
|
|
|
/*rtl:ignore*/
|
|
|
|
direction: rtl;
|
|
|
|
}
|
2018-07-31 07:03:20 +02:00
|
|
|
}
|