You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RTL/src/app/eclair/transactions/payments/lightning-payments.componen...

49 lines
1003 B
SCSS

.mat-column-id, .mat-column-recipientNodeAlias,
.mat-column-recipientNodeId, .mat-column-description,
.mat-column-paymentHash, .mat-column-paymentPreimage,
.mat-column-group_id, .mat-column-group_recipientNodeId,
.mat-column-group_recipientNodeAlias, .mat-column-group_recipientAmount,
.mat-column-group_description, .mat-column-group_paymentHash, .mat-column-group_paymentPreimage {
padding-left: 2rem;
flex: 1 1 12%;
width: 12%;
& .ellipsis-parent {
display: flex;
}
}
.mat-column-actions {
min-height: 4.8rem;
}
.mat-column-group_actions {
min-height: 4.8rem;
& .btn-part-expand {
min-width: 10rem;
width: 10rem;
}
& .btn-part-info {
margin-top: 0.5rem;
min-width: 9rem;
width: 9rem;
}
}
.part-row-span {
min-height: 4.2rem;
place-content: center flex-start;
align-items: center;
&:not(:first-of-type) {
padding-left: 3rem;
}
&.ellipsis-parent {
display: flex;
}
}
.mat-column-group_firstPartTimestamp {
min-width: 17rem;
}