2
0
mirror of https://github.com/Ride-The-Lightning/RTL synced 2024-11-09 13:10:44 +00:00
RTL/src/app/cln/transactions/payments/lightning-payments.component.scss

39 lines
592 B
SCSS
Raw Normal View History

.mat-column-status {
max-width: 0.1rem;
}
.mat-column-payment_hash, .mat-column-bolt11, .mat-column-destination, .mat-column-label, .mat-column-memo {
flex: 0 0 10%;
width: 10%;
2021-12-29 23:08:41 +00:00
& .ellipsis-parent {
display: flex;
}
}
.mat-column-actions {
min-height: 4.8rem;
}
.mat-column-groupAction {
min-height: 4.8rem;
& .btn-mpp-expand {
width: 9rem;
}
& .btn-mpp-info {
margin-top: 0.5rem;
width: 9rem;
}
}
.mpp-row-span {
min-height: 4.2rem;
2021-12-29 23:08:41 +00:00
place-content: center flex-start;
align-items: center;
}
.mat-column-groupTotal {
min-width: 17rem;
}