2021-06-29 16:36:34 +10:00
|
|
|
hr.d-print-block {
|
|
|
|
border-top: 2px solid #dee2e6;
|
|
|
|
padding-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
2021-07-13 12:31:56 +10:00
|
|
|
.table:not(.table-borderless) tbody tr:last-child th,
|
2021-07-02 14:35:43 +10:00
|
|
|
.table:not(.table-borderless) tbody tr:last-child td {
|
2021-07-13 12:31:56 +10:00
|
|
|
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;
|
|
|
|
}
|
2021-06-29 16:36:34 +10:00
|
|
|
}
|