Initial reseller domain report, enable editing domain service details

This commit is contained in:
Deon George
2021-07-13 12:31:56 +10:00
parent bc26f7b881
commit b515a1edeb
26 changed files with 652 additions and 56 deletions

10
public/css/custom.css vendored
View File

@@ -3,6 +3,14 @@ hr.d-print-block {
padding-bottom: 20px;
}
.table:not(.table-borderless) tbody tr:last-child th,
.table:not(.table-borderless) tbody tr:last-child td {
border-bottom: 2px solid #dee2e6;
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;
}
}