23/03/23 - 20h
parent
2396fa85f4
commit
1f495cd53c
|
@ -1289,7 +1289,7 @@ function Abonnement(props) {
|
||||||
variant="standard"
|
variant="standard"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<br />
|
|
||||||
<TextField
|
<TextField
|
||||||
name="adr_street"
|
name="adr_street"
|
||||||
disabled
|
disabled
|
||||||
|
|
|
@ -1334,7 +1334,7 @@ function CheckOut(props) {
|
||||||
variant="standard"
|
variant="standard"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<br />
|
|
||||||
<TextField
|
<TextField
|
||||||
name="adr_street"
|
name="adr_street"
|
||||||
disabled
|
disabled
|
||||||
|
|
|
@ -1125,7 +1125,7 @@ function Pricing() {
|
||||||
|
|
||||||
</div>}
|
</div>}
|
||||||
|
|
||||||
<h2> Mes prix fournisseur</h2>
|
{/*<h2> Mes prix fournisseur</h2>*/}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
@ -1173,7 +1173,7 @@ function UpdateParnterInfo() {
|
||||||
|
|
||||||
<TextField
|
<TextField
|
||||||
name="siren"
|
name="siren"
|
||||||
label="SIREN"
|
label="SIRET"
|
||||||
className="texte_area"
|
className="texte_area"
|
||||||
sx={{ m: 1, width: '48%' }}
|
sx={{ m: 1, width: '48%' }}
|
||||||
InputProps={{
|
InputProps={{
|
||||||
|
|
|
@ -75,7 +75,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.texte_area {
|
.texte_area {
|
||||||
width: 47% !important;
|
width: 100% !important;
|
||||||
font-size: x-small !important;
|
font-size: x-small !important;
|
||||||
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
||||||
margin: 0rem !important;
|
margin: 0rem !important;
|
||||||
|
@ -87,9 +87,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.texte_area_adress {
|
.texte_area_adress {
|
||||||
width: 94% !important;
|
width: 100% !important;
|
||||||
font-size: x-small !important;
|
font-size: x-small !important;
|
||||||
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
||||||
|
margin: 0rem !important;
|
||||||
margin-right: 0.4rem !important;
|
margin-right: 0.4rem !important;
|
||||||
margin-top: 0.4rem !important;
|
margin-top: 0.4rem !important;
|
||||||
background-color: "#ECEFF1";
|
background-color: "#ECEFF1";
|
||||||
|
@ -301,9 +302,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.texte_area_adress {
|
.texte_area_adress {
|
||||||
width: 94% !important;
|
width: 95% !important;
|
||||||
font-size: x-small !important;
|
font-size: x-small !important;
|
||||||
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
||||||
|
margin: 0rem !important;
|
||||||
margin-right: 0.4rem !important;
|
margin-right: 0.4rem !important;
|
||||||
margin-top: 0.4rem !important;
|
margin-top: 0.4rem !important;
|
||||||
background-color: "#ECEFF1";
|
background-color: "#ECEFF1";
|
||||||
|
@ -516,9 +518,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.texte_area_adress {
|
.texte_area_adress {
|
||||||
width: 94% !important;
|
width: 95% !important;
|
||||||
font-size: x-small !important;
|
font-size: x-small !important;
|
||||||
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
||||||
|
margin: 0rem !important;
|
||||||
margin-right: 0.4rem !important;
|
margin-right: 0.4rem !important;
|
||||||
margin-top: 0.4rem !important;
|
margin-top: 0.4rem !important;
|
||||||
background-color: "#ECEFF1";
|
background-color: "#ECEFF1";
|
||||||
|
@ -733,9 +736,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.texte_area_adress {
|
.texte_area_adress {
|
||||||
width: 94% !important;
|
width: 95% !important;
|
||||||
font-size: x-small !important;
|
font-size: x-small !important;
|
||||||
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
||||||
|
margin: 0rem !important;
|
||||||
margin-right: 0.4rem !important;
|
margin-right: 0.4rem !important;
|
||||||
margin-top: 0.4rem !important;
|
margin-top: 0.4rem !important;
|
||||||
background-color: "#ECEFF1";
|
background-color: "#ECEFF1";
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
|
|
||||||
.texte_area {
|
.texte_area {
|
||||||
float: left;
|
float: left;
|
||||||
width: 47% !important;
|
width: 100% !important;
|
||||||
font-size: x-small !important;
|
font-size: x-small !important;
|
||||||
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
||||||
margin: 0rem !important;
|
margin: 0rem !important;
|
||||||
|
@ -69,9 +69,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.texte_area_adress {
|
.texte_area_adress {
|
||||||
width: 94% !important;
|
width: 100% !important;
|
||||||
font-size: x-small !important;
|
font-size: x-small !important;
|
||||||
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
||||||
|
margin: 0rem !important;
|
||||||
margin-right: 0.4rem !important;
|
margin-right: 0.4rem !important;
|
||||||
margin-top: 0.4rem !important;
|
margin-top: 0.4rem !important;
|
||||||
background-color: "#ECEFF1";
|
background-color: "#ECEFF1";
|
||||||
|
@ -238,6 +239,7 @@
|
||||||
width: 96% !important;
|
width: 96% !important;
|
||||||
font-size: x-small !important;
|
font-size: x-small !important;
|
||||||
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
||||||
|
margin: 0rem !important;
|
||||||
margin-right: 0.4rem !important;
|
margin-right: 0.4rem !important;
|
||||||
margin-top: 0.4rem !important;
|
margin-top: 0.4rem !important;
|
||||||
background-color: "#ECEFF1";
|
background-color: "#ECEFF1";
|
||||||
|
@ -397,6 +399,7 @@
|
||||||
width: 96% !important;
|
width: 96% !important;
|
||||||
font-size: x-small !important;
|
font-size: x-small !important;
|
||||||
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
||||||
|
margin: 0rem !important;
|
||||||
margin-right: 0.4rem !important;
|
margin-right: 0.4rem !important;
|
||||||
margin-top: 0.4rem !important;
|
margin-top: 0.4rem !important;
|
||||||
background-color: "#ECEFF1";
|
background-color: "#ECEFF1";
|
||||||
|
@ -558,9 +561,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.texte_area_adress {
|
.texte_area_adress {
|
||||||
width: 94% !important;
|
width: 95% !important;
|
||||||
font-size: x-small !important;
|
font-size: x-small !important;
|
||||||
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
||||||
|
margin: 0rem !important;
|
||||||
margin-right: 0.4rem !important;
|
margin-right: 0.4rem !important;
|
||||||
margin-top: 0.4rem !important;
|
margin-top: 0.4rem !important;
|
||||||
background-color: "#ECEFF1";
|
background-color: "#ECEFF1";
|
||||||
|
|
Loading…
Reference in New Issue