38 lines
No EOL
784 B
CSS
38 lines
No EOL
784 B
CSS
.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;
|
|
}
|
|
|
|
.order-detail-container .dashboard-title-thin {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.order-detail-container .dashboard-title-thin .un-icon {
|
|
margin-top: -6px;
|
|
}
|
|
|
|
.order-detail-container .dashboard-title-thin .svg-img {
|
|
height: 20px;
|
|
margin-right: 5px;
|
|
margin-top: -2px;
|
|
width: 20px;
|
|
margin-top: -6px;
|
|
} |