// /**
//  * Copyright 2022 Adobe
//  * All Rights Reserved.
//  */

//
//  Invoice, Credit Memo, Shipment information
//  ---------------------------------------------

.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
    .invoice-information,
    .creditmemo-information,
    .shipment-information {
        float: left;
        width: ~'calc( (100% * 0.5) - 30px )';
    }
}

.invoice-information-table,
.creditmemo-information-table,
.shipment-information-table {
    &:extend(.abs-admin--table-secondary-edit-order all);
}
