Files
bodyshop/client/src/components/time-ticket-task-modal/time-ticket-task-modal.styles.scss
2023-07-21 13:40:39 -07:00

20 lines
269 B
SCSS

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