Final formatting for Refactor of invoice close. BOD-383

This commit is contained in:
Patrick Fic
2020-09-16 13:44:17 -07:00
parent 2e99a2eee2
commit 929523bd30
2 changed files with 160 additions and 110 deletions

View File

@@ -0,0 +1,18 @@
.jobs-close-table {
table-layout: fixed;
width: 100%;
th,
td {
padding: 8px;
text-align: left;
border-bottom: 1px solid #ddd;
.ant-form-item {
margin-bottom: 0px !important;
}
}
tr:hover {
background-color: #f5f5f5;
}
}