ajout propriétés de rue et siret aux lieux, champs en plus après envoi

This commit is contained in:
Tykayn 2025-06-09 00:11:16 +02:00 committed by tykayn
parent b9257d34fd
commit 3ccfd732e7
17 changed files with 361 additions and 56 deletions

View file

@ -112,4 +112,36 @@ table.js-sort-table th:active {
.good_filled {
border-color: green;
}
.hidden {
display: none;
}
input[type="checkbox"] {
width: 20px;
height: 20px;
}
.is-invalid {
border: 1px solid red;
}
.is-invalid #validation_messages {
color: red;
}
img {
max-width: 100%;
max-height: 400px;
}
@media (max-width: 768px) {
.form-label {
margin-bottom: 0.5rem;
}
.mb-3 {
margin-bottom: 1rem !important;
}
}