17 lines
438 B
CSS
17 lines
438 B
CSS
.order-detail-container {padding-top: 70px; padding-bottom: 70px; margin-bottom: 70px;}
|
|
|
|
.order-detail-container .invoice-title h2, .invoice-title h3 {
|
|
display: inline-block;
|
|
}
|
|
|
|
.order-detail-container .table > tbody > tr > .no-line {
|
|
border-top: none;
|
|
}
|
|
|
|
.order-detail-container .table > thead > tr > .no-line {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.order-detail-container .table > tbody > tr > .thick-line {
|
|
border-top: 2px solid;
|
|
}
|