update table css and format

This commit is contained in:
Beverly Nguyen
2024-01-23 15:24:57 -08:00
parent 9b0dc3dc3c
commit 8baf9682a1
3 changed files with 33 additions and 44 deletions

View File

@@ -377,6 +377,15 @@ td.table-empty-message {
}
}
.job-table {
.usa-table {
thead th {
background-color: #d9e8f6;
color: #1b1b1b;
}
}
}
#template-list {
max-height: 500px;
overflow-y: auto;