phronCare/phronCare.UIBlazor/Pages/Sales/DeliveryNotes/DeliveryNoteCreate.razor.css
leandro 80e9a7f146
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (pull_request) Successful in 8m47s
feat(sales): precargar ítems aprobados desde presupuesto en delivery note create closes #39
2026-03-24 18:05:37 -03:00

34 lines
707 B
CSS

.deliverynote-items-table td {
vertical-align: top;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.deliverynote-items-table .line-number-cell,
.deliverynote-items-table .actions-cell {
vertical-align: middle;
}
.deliverynote-items-table .form-control,
.deliverynote-items-table .form-select {
min-height: 38px;
}
.deliverynote-items-table .item-description,
.deliverynote-items-table .item-notes {
min-height: calc(1.5em * 3 + 1rem + 2px);
resize: vertical;
}
.deliverynote-items-table textarea.form-control {
line-height: 1.35;
}
.deliverynote-items-table .text-end {
min-width: 90px;
}
.deliverynote-items-table .actions-cell .btn {
margin-top: 0.35rem;
}