añadida validacion en el backend para datos generales

This commit is contained in:
Jaime Jiménez
2025-07-28 13:03:34 +02:00
parent 14f6633b83
commit 8b34d6dca9
44 changed files with 1138 additions and 308 deletions

View File

@ -18,6 +18,8 @@
border-radius: 8px;
padding: 8px;
margin-inline: 5px;
transition: border 0.3s ease;
}
@ -58,3 +60,14 @@
max-width: 100%;
}
}
.gramaje-radio{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-width: 70px; /* Ancho mínimo */
min-height: 70px; /* Alto mínimo */
max-width: 70px; /* Ancho máximo */
max-height: 70px; /* Alto máximo */
}