16 lines
390 B
CSS
Vendored
16 lines
390 B
CSS
Vendored
hr.d-print-block {
|
|
border-top: 2px solid #dee2e6;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.table:not(.table-borderless) tbody tr:last-child th,
|
|
.table:not(.table-borderless) tbody tr:last-child td {
|
|
border-bottom: 1px solid #dee2e6;
|
|
}
|
|
|
|
@media print {
|
|
.table:not(.table-borderless) tbody tr:last-child th,
|
|
.table:not(.table-borderless) tbody tr:last-child td {
|
|
border-bottom: 2px solid #dee2e6;
|
|
}
|
|
} |