You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
145 lines
2.4 KiB
145 lines
2.4 KiB
.transaction-list-item-details {
|
|
div.disclosure + div.disclosure {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.sender-to-recipient--flat .sender-to-recipient__party.sender-to-recipient__party--sender {
|
|
padding: 0;
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.sender-to-recipient--flat .sender-to-recipient__party.sender-to-recipient__party--recipient {
|
|
padding: 0;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
&__sender-to-recipient-header {
|
|
display: flex;
|
|
font-size: 14px;
|
|
color: var(--Black-100);
|
|
font-weight: bold;
|
|
padding-bottom: 7px;
|
|
|
|
& > div:first-child {
|
|
flex: 1;
|
|
}
|
|
}
|
|
|
|
&__tx-status {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
height: 44px;
|
|
justify-content: space-between;
|
|
|
|
& > div:first-child {
|
|
font-size: 14px;
|
|
color: var(--Black-100);
|
|
font-weight: bold;
|
|
}
|
|
|
|
& > div:last-child {
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
|
|
&__tx-hash {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-end;
|
|
|
|
.btn-link {
|
|
font-size: 12px;
|
|
line-height: 100%;
|
|
padding: 0;
|
|
}
|
|
|
|
& > div:first-child {
|
|
padding-bottom: 16px;
|
|
}
|
|
}
|
|
|
|
&__operations {
|
|
margin: 0 0 16px 16px;
|
|
display: flex;
|
|
justify-content: end;
|
|
}
|
|
|
|
&__header {
|
|
font-size: 12px;
|
|
margin: 8px 16px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
&__body {
|
|
padding: 8px 16px;
|
|
}
|
|
|
|
&__header-buttons {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
& &__header-button {
|
|
&-rounded-button {
|
|
@include H8;
|
|
|
|
padding: 0 16px;
|
|
margin-right: 8px;
|
|
}
|
|
|
|
&-tooltip-container {
|
|
display: flex !important;
|
|
height: 100%;
|
|
}
|
|
|
|
&:not(:last-child) {
|
|
margin-right: 8px;
|
|
}
|
|
}
|
|
|
|
&__sender-to-recipient-container {
|
|
margin-bottom: 8px;
|
|
|
|
.sender-to-recipient {
|
|
.sender-to-recipient__party {
|
|
border: none;
|
|
|
|
&--sender {
|
|
padding-left: 0;
|
|
}
|
|
|
|
&--recipient {
|
|
padding-right: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
&__cards-container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
&__transaction-breakdown {
|
|
flex: 1;
|
|
margin-right: 8px;
|
|
min-width: 0;
|
|
margin: 0 0 8px 0;
|
|
}
|
|
|
|
&__transaction-activity-log {
|
|
flex: 2;
|
|
min-width: 0;
|
|
|
|
.transaction-activity-log__activities-container {
|
|
padding-top: 0;
|
|
}
|
|
|
|
.transaction-activity-log__title {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
|