Files
bodyshop/client/src/components/time-ticket-task-modal/time-ticket-task-modal.styles.scss
2025-08-08 10:23:09 -04:00

20 lines
304 B
SCSS

.task-tickets-table {
table-layout: fixed;
width: 100%;
th,
td {
padding: 8px;
text-align: left;
border-bottom: 1px solid var(--table-border-color);
.ant-form-item {
margin-bottom: 0px !important;
}
}
tr:hover {
background-color: var(--table-hover-bg);
}
}