mirror of
https://git.imnavajas.es/jjimenez/erp-imprimelibros.git
synced 2026-01-24 09:40:21 +00:00
añadida validacion en el backend para datos generales
This commit is contained in:
@ -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 */
|
||||
}
|
||||
Reference in New Issue
Block a user