15/09/2023 - 18h
parent
3445e85948
commit
eb0893c8bd
File diff suppressed because it is too large
Load Diff
|
@ -2126,6 +2126,32 @@
|
||||||
text-align: left !important;
|
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
|
// end media
|
||||||
|
@ -2185,6 +2211,11 @@
|
||||||
margin-left: .35em;
|
margin-left: .35em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.MuiSelect-select{
|
||||||
|
height: 3rem !important;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2209,6 +2240,7 @@
|
||||||
|
|
||||||
.css-9ddj71-MuiInputBase-root-MuiOutlinedInput-root {
|
.css-9ddj71-MuiInputBase-root-MuiOutlinedInput-root {
|
||||||
height: 3.5rem !important;
|
height: 3.5rem !important;
|
||||||
|
font-size: small !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue