trabajando en el form del presupuesto

This commit is contained in:
Jaime Jimenez
2023-09-18 07:55:44 +02:00
parent 8a207b246b
commit 2eaec6604d
11 changed files with 561 additions and 66 deletions

View File

@ -14,3 +14,20 @@ table.dataTable.table-hover > tbody > tr.selected:hover > * {
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.65);
}
.comparator-table th, .comparator-table td {
padding-left: 0.6em;
padding-right: 0.6em;
}
.comparator-table td {
font-size: 0.65em;
}
.comparator-table th{
font-size: 0.6em;
}