15/09/2023 - 18h

recette2
cherif 2023-09-15 17:58:39 +02:00
parent 3445e85948
commit eb0893c8bd
2 changed files with 648 additions and 544 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2126,6 +2126,32 @@
text-align: left !important;
}
.bton_enreg_dialog {
border-radius: 5rem;
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
width: 80%;
color: white;
margin-left: 10px;
margin-right: 10px;
}
.bton_annule_dialog {
border-radius: 5rem;
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
width: 80%;
color: black;
margin-left: 10px;
margin-right: 10px;
}
}
// end media
@ -2185,6 +2211,11 @@
margin-left: .35em;
}
.MuiSelect-select{
height: 3rem !important;
}
}
@ -2209,6 +2240,7 @@
.css-9ddj71-MuiInputBase-root-MuiOutlinedInput-root {
height: 3.5rem !important;
font-size: small !important;
}