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