Files
bodyshop/client/src/components/jobs-close-lines/jobs-close-lines.styles.scss

19 lines
266 B
SCSS

.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;
}
}