2017-09-20 23:06:51 +05:30
|
|
|
.order-detail-container {
|
|
|
|
|
max-width: 600px;
|
|
|
|
|
margin: 100px auto;
|
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
|
padding: 30px;
|
|
|
|
|
}
|
2016-05-03 00:59:40 -05:00
|
|
|
|
|
|
|
|
.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;
|
|
|
|
|
}
|