Form persone di riferimento e clienti

This commit is contained in:
2025-07-21 10:08:10 +02:00
parent b2064ad71e
commit 7bcb0581cc
14 changed files with 298 additions and 88 deletions

View File

@@ -41,20 +41,23 @@
}
.form-container > span {
font-weight: 600;
font-weight: 700;
width: 50%;
margin-right: .3rem;
}
.form-container > .warning-text {
font-weight: 500;
font-weight: 700;
color: var(--mud-palette-gray-darker);
width: unset;
margin: 0;
}
.form-container > .disable-full-width { width: unset !important; }
.form-container > .disable-full-width {
width: unset !important;
white-space: nowrap;
}
.dateTime-picker {
display: flex;