This commit is contained in:
KONE SOREL 2026-04-11 16:10:19 +00:00
parent 355240196d
commit c79f00014d

View File

@ -66,26 +66,4 @@
</form>
</div>
</div>
<style>
/* Harmonisation des hauteurs et styles des champs */
.form-label.required::after {
content: " *";
color: #dc3545;
font-weight: bold;
}
.input-group-text {
border-color: #dee2e6;
min-width: 42px;
justify-content: center;
}
.form-control, .form-select {
border-color: #dee2e6;
}
.form-control:focus, .form-select:focus {
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.1);
}
</style>