25/03/23 - 14h

recette2
cherif 2023-03-25 14:55:42 +01:00
parent 6782136d49
commit 1a70399898
3 changed files with 99 additions and 33 deletions

View File

@ -268,10 +268,10 @@ function PaymentMethodeNoConnect(props) {
label="Nom inscrit sur la carte" label="Nom inscrit sur la carte"
name="nom_carte" name="nom_carte"
className="texte_area" className="texte_area_carte"
sx={{ m: 1, width: '95%' }} sx={{ m: 1, width: '95%' }}
variant="standard"
/> />
<TextField <TextField
@ -281,10 +281,9 @@ function PaymentMethodeNoConnect(props) {
name="num_carte" name="num_carte"
id="num_carte" id="num_carte"
autoComplete="off" autoComplete="off"
className="texte_area" className="texte_area_carte"
sx={{ m: 1, width: '95%' }} sx={{ m: 1, width: '95%' }}
variant="standard"
/> />
<TextField <TextField
@ -295,11 +294,11 @@ function PaymentMethodeNoConnect(props) {
id="date_exp" id="date_exp"
autoComplete="new-qsq" autoComplete="new-qsq"
value={dateexp} value={dateexp}
className="texte_area" className="texte_area_carte"
sx={{ m: 1, width: '45%' }} sx={{ m: 1, width: '45%' }}
onChange={Checkdate_expdate_exp} onChange={Checkdate_expdate_exp}
onBlur={Onleave_expdate_exp} onBlur={Onleave_expdate_exp}
variant="standard"
/> />
<TextField <TextField
@ -307,10 +306,9 @@ function PaymentMethodeNoConnect(props) {
autoComplete='off' autoComplete='off'
label="CVV" label="CVV"
name="cvv" name="cvv"
className="texte_area" className="texte_area_carte"
sx={{ m: 1, width: '45%' }} sx={{ m: 1, width: '45%' }}
variant="standard"
/> />
@ -330,7 +328,7 @@ function PaymentMethodeNoConnect(props) {
<Box alignItems="left" sx={{ '& > :not(style)': { m: 1 }, width: '100%', }}> <Box alignItems="left" sx={{ '& > :not(style)': { m: 1 }, width: '100%', }}>
<FormControl sx={{ m: 1, width: '100%' }} variant="standard" size="small" className="texte_area_passwd"> <FormControl sx={{ m: 1, width: '100%' }} variant="standard" size="small" className="texte_area_passwd carte_cle_pass">
<InputLabel htmlFor="outlined-adornment-password">Mot de passe</InputLabel> <InputLabel htmlFor="outlined-adornment-password">Mot de passe</InputLabel>
<OutlinedInput <OutlinedInput
id="current_pwd" id="current_pwd"
@ -358,7 +356,7 @@ function PaymentMethodeNoConnect(props) {
</FormControl> </FormControl>
<br /> <br />
<FormControl sx={{ m: 1, width: '100%' }} variant="standard" size="small" className="texte_area_passwd"> <FormControl sx={{ m: 1, width: '100%' }} variant="standard" size="small" className="texte_area_passwd carte_cle_pass">
<InputLabel htmlFor="outlined-adornment-password">Clé secrete</InputLabel> <InputLabel htmlFor="outlined-adornment-password">Clé secrete</InputLabel>
<OutlinedInput <OutlinedInput

View File

@ -26,6 +26,20 @@
float: left; float: left;
} }
.texte_area_carte {
float: left;
width: 100% !important;
font-size: x-small !important;
font-family: "verdana", "Quicksand", "Signika", sans-serif;
margin: 0rem !important;
margin-right: 0.4rem !important;
margin-top: 0.4rem !important;
background-color: "#ECEFF1";
background: "#ECEFF1";
color: black;
float: left;
}
.texte_area_adress { .texte_area_adress {
width: 96% !important; width: 96% !important;
font-size: x-small !important; font-size: x-small !important;
@ -184,6 +198,20 @@
float: left; float: left;
} }
.texte_area_carte {
float: left;
width: 100% !important;
font-size: x-small !important;
font-family: "verdana", "Quicksand", "Signika", sans-serif;
margin: 0rem !important;
margin-right: 0.4rem !important;
margin-top: 0.4rem !important;
background-color: "#ECEFF1";
background: "#ECEFF1";
color: black;
float: left;
}
.texte_area_adress { .texte_area_adress {
width: 96% !important; width: 96% !important;
font-size: x-small !important; font-size: x-small !important;
@ -340,6 +368,20 @@
float: left; float: left;
} }
.texte_area_carte {
float: left;
width: 100% !important;
font-size: x-small !important;
font-family: "verdana", "Quicksand", "Signika", sans-serif;
margin: 0rem !important;
margin-right: 0.4rem !important;
margin-top: 0.4rem !important;
background-color: "#ECEFF1";
background: "#ECEFF1";
color: black;
float: left;
}
.texte_area_adress { .texte_area_adress {
width: 96% !important; width: 96% !important;
font-size: x-small !important; font-size: x-small !important;
@ -496,6 +538,20 @@
float: left; float: left;
} }
.texte_area_carte {
float: left;
width: 100% !important;
font-size: x-small !important;
font-family: "verdana", "Quicksand", "Signika", sans-serif;
margin: 0rem !important;
margin-right: 0.4rem !important;
margin-top: 0.4rem !important;
background-color: "#ECEFF1";
background: "#ECEFF1";
color: black;
float: left;
}
.texte_area_adress { .texte_area_adress {
width: 96% !important; width: 96% !important;
font-size: x-small !important; font-size: x-small !important;
@ -631,3 +687,7 @@
font-size: small !important; font-size: small !important;
} }
.carte_cle_pass{
margin: 0px !important;
margin-top: 10px !important;
}

View File

@ -376,6 +376,7 @@
.css-1x51dt5-MuiInputBase-input-MuiInput-input { .css-1x51dt5-MuiInputBase-input-MuiInput-input {
font-size: small !important; font-size: small !important;
} }
.texte_area { .texte_area {
float: left; float: left;
width: 47% !important; width: 47% !important;
@ -502,4 +503,11 @@
} }
} }
.css-mnn31 {
font-size: small !important;
}
} }