dynamicweb/hosting/static/hosting/css/order.css

22 lines
471 B
CSS
Raw Normal View History

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