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/cln/transactions/payments/lightning-payments.componen...

48 lines
875 B
SCSS

@import "../../../shared/theme/styles/constants.scss";
.mat-column-status, .mat-column-group_status {
max-width: 2.2rem;
width: 2.2rem;
text-overflow: unset;
}
.mat-column-group_actions {
& .mpp-group-head, .mpp-group-details {
min-height: 3rem;
}
& .btn-mpp-expand {
min-width: $table-actions-min-width;
width: $table-actions-min-width;
margin: 0;
}
& .btn-mpp-info {
min-width: $table-actions-min-width - 1rem;
min-width: $table-actions-min-width - 1rem;
margin: 0;
}
}
.mat-column-group_status, .mat-column-group_created_at {
.mpp-row-span:not(:first-of-type) {
padding-left: 2rem;
}
}
.mpp-row-span {
min-height: 3rem;
&.ellipsis-parent {
display: flex;
align-items: center;
}
& .dot {
margin-top: -0.3rem;
position: absolute;
}
}
.mat-column-group_created_at {
min-width: 11rem;
}