651 lines
13 KiB
SCSS
651 lines
13 KiB
SCSS
.facture {
|
|
|
|
.tooltip_css {
|
|
background: #81BC3A;
|
|
z-index: 9999;
|
|
}
|
|
|
|
|
|
.h1_transparent {
|
|
color: transparent;
|
|
font-size: 0.1rem;
|
|
}
|
|
|
|
@media only screen and (max-width: 600px) {
|
|
/*style smartphones et petites tablettes en portrait*/
|
|
|
|
.okUpdateData {
|
|
font-size: small;
|
|
color: green;
|
|
font-style: italic;
|
|
}
|
|
|
|
.koUpdateData {
|
|
font-size: small;
|
|
color: red;
|
|
font-style: italic;
|
|
}
|
|
|
|
.facture_menu {
|
|
width: 10rem;
|
|
text-align: left;
|
|
padding: 0;
|
|
border: 0px;
|
|
}
|
|
|
|
.facture_menu:hover:active,
|
|
.facture_menu:hover {
|
|
background-color: #e7f3fb;
|
|
}
|
|
.facture_menu:focus {
|
|
//border: 3px dotted green;
|
|
background-color: #e7f3fb;
|
|
}
|
|
|
|
.div_info_facturation {
|
|
float: left;
|
|
width: 50%;
|
|
border: 1px solid black;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.div_info_plan_actuel {
|
|
float: left;
|
|
width: 50%;
|
|
border: 1px solid black;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.div_info_pack {
|
|
width: 100%;
|
|
border: 1px solid black;
|
|
}
|
|
|
|
.texte_area {
|
|
width: 47% !important;
|
|
font-size: x-small !important;
|
|
font-family: "DM Sans", "sans-serif";
|
|
margin: 0rem !important;
|
|
margin-right: 0.4rem !important;
|
|
margin-top: 0.4rem !important;
|
|
background-color: "#ECEFF1";
|
|
background: "#ECEFF1";
|
|
color: black;
|
|
}
|
|
|
|
.texte_area_adress {
|
|
width: 94% !important;
|
|
font-size: x-small !important;
|
|
font-family: "DM Sans", "sans-serif";
|
|
margin-right: 0.4rem !important;
|
|
margin-top: 0.4rem !important;
|
|
background-color: "#ECEFF1";
|
|
background: "#ECEFF1";
|
|
color: black;
|
|
}
|
|
|
|
.titre1 {
|
|
font-family: "DM Sans", "sans-serif";
|
|
font-size: medium;
|
|
text-align: center;
|
|
margin-bottom: 0.8rem;
|
|
color: white;
|
|
cursor: pointer;
|
|
font-style: italic;
|
|
background-color: gray;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.div_row {
|
|
float: left;
|
|
//border:0px solid black;
|
|
border-width: 0.01rem;
|
|
width: 100%;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.div_row_gauche {
|
|
float: left;
|
|
//border:0px solid black;
|
|
border-width: 0.01rem;
|
|
width: 95%;
|
|
border-radius: 0px;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.div_row_droite {
|
|
float: right;
|
|
//border:0px solid black;
|
|
border-width: 0.01rem;
|
|
width: 95%;
|
|
padding-left: 2%;
|
|
border-radius: 0px;
|
|
}
|
|
|
|
.div_row22 {
|
|
text-align: center;
|
|
border-width: 0.01rem;
|
|
margin-bottom: 0.1rem;
|
|
margin-top: 0.3rem;
|
|
border-radius: 1rem;
|
|
font-size: small;
|
|
}
|
|
|
|
.btn_modif {
|
|
width: 10rem;
|
|
background-color: #212121 !important;
|
|
color: white;
|
|
}
|
|
|
|
.btn_enreg {
|
|
width: 10rem;
|
|
background-color: green !important;
|
|
color: white;
|
|
}
|
|
|
|
.accountsatatus {
|
|
font-size: small;
|
|
color: black;
|
|
font-style: italic;
|
|
background-color: #FFA07A;
|
|
margin-bottom: 0.5rem;
|
|
text-align: center;
|
|
}
|
|
|
|
.css-1ptx2yq-MuiInputBase-root-MuiInput-root{
|
|
font-size: small;
|
|
}
|
|
|
|
.list_produits_service{
|
|
font-size: small;
|
|
}
|
|
|
|
|
|
.btn_retour_ps {
|
|
background-color: rgb(228, 236, 228) !important;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
}
|
|
|
|
@media only screen and (min-width: 601px) and (max-width: 991px) {
|
|
/*style petites-moyennes tablettes */
|
|
|
|
.okUpdateData {
|
|
font-size: small;
|
|
color: green;
|
|
font-style: italic;
|
|
}
|
|
|
|
.koUpdateData {
|
|
font-size: small;
|
|
color: red;
|
|
font-style: italic;
|
|
}
|
|
|
|
.facture_menu {
|
|
width: 8rem;
|
|
text-align: left;
|
|
padding: 0;
|
|
border: 0px;
|
|
}
|
|
|
|
.facture_menu:hover:active,
|
|
.facture_menu:hover {
|
|
background-color: #e7f3fb;
|
|
}
|
|
.facture_menu:focus {
|
|
//border: 3px dotted green;
|
|
background-color: #e7f3fb;
|
|
}
|
|
|
|
.div_info_facturation {
|
|
float: left;
|
|
width: 50%;
|
|
border: 1px solid black;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.div_info_plan_actuel {
|
|
float: left;
|
|
width: 50%;
|
|
border: 1px solid black;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.div_info_pack {
|
|
width: 100%;
|
|
border: 1px solid black;
|
|
}
|
|
|
|
.texte_area {
|
|
width: 47% !important;
|
|
font-size: x-small !important;
|
|
font-family: "DM Sans", "sans-serif";
|
|
margin: 0rem !important;
|
|
margin-right: 0.4rem !important;
|
|
margin-top: 0.4rem !important;
|
|
background-color: "#ECEFF1";
|
|
background: "#ECEFF1";
|
|
color: black;
|
|
}
|
|
|
|
.texte_area_adress {
|
|
width: 94% !important;
|
|
font-size: x-small !important;
|
|
font-family: "DM Sans", "sans-serif";
|
|
margin-right: 0.4rem !important;
|
|
margin-top: 0.4rem !important;
|
|
background-color: "#ECEFF1";
|
|
background: "#ECEFF1";
|
|
color: black;
|
|
}
|
|
|
|
.titre1 {
|
|
font-family: "DM Sans", "sans-serif";
|
|
font-size: medium;
|
|
text-align: center;
|
|
margin-bottom: 0.8rem;
|
|
color: white;
|
|
cursor: pointer;
|
|
font-style: italic;
|
|
background-color: gray;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.div_row {
|
|
float: left;
|
|
//border:0px solid black;
|
|
border-width: 0.01rem;
|
|
width: 100%;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.div_row_gauche {
|
|
float: left;
|
|
//border:0px solid black;
|
|
border-width: 0.01rem;
|
|
width: 45%;
|
|
border-radius: 0px;
|
|
}
|
|
|
|
.div_row_droite {
|
|
border-left: 1rem solid;
|
|
float: right;
|
|
//border:0px solid black;
|
|
border-width: 0.01rem;
|
|
width: 55%;
|
|
padding-left: 2%;
|
|
border-radius: 0px;
|
|
}
|
|
|
|
.div_row22 {
|
|
text-align: center;
|
|
border-width: 0.01rem;
|
|
margin-bottom: 0.1rem;
|
|
margin-top: 0.3rem;
|
|
border-radius: 1rem;
|
|
font-size: small;
|
|
}
|
|
|
|
.btn_modif {
|
|
width: 10rem;
|
|
background-color: #212121 !important;
|
|
color: white;
|
|
}
|
|
|
|
.btn_enreg {
|
|
width: 10rem;
|
|
background-color: green !important;
|
|
color: white;
|
|
}
|
|
|
|
.accountsatatus {
|
|
font-size: small;
|
|
color: black;
|
|
font-style: italic;
|
|
background-color: #FFA07A;
|
|
margin-bottom: 0.5rem;
|
|
text-align: center;
|
|
}
|
|
|
|
.css-1ptx2yq-MuiInputBase-root-MuiInput-root{
|
|
font-size: small;
|
|
}
|
|
|
|
.list_produits_service{
|
|
font-size: small;
|
|
}
|
|
|
|
.btn_retour_ps {
|
|
background-color: rgb(228, 236, 228) !important;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width: 992px) and (max-width: 1199px) {
|
|
.okUpdateData {
|
|
font-size: small;
|
|
color: green;
|
|
font-style: italic;
|
|
}
|
|
|
|
.koUpdateData {
|
|
font-size: small;
|
|
color: red;
|
|
font-style: italic;
|
|
}
|
|
|
|
.facture_menu {
|
|
width: 10rem;
|
|
text-align: left;
|
|
padding: 0;
|
|
border: 0px;
|
|
}
|
|
|
|
.facture_menu:hover:active,
|
|
.facture_menu:hover {
|
|
background-color: #e7f3fb;
|
|
}
|
|
.facture_menu:focus {
|
|
//border: 3px dotted green;
|
|
background-color: #e7f3fb;
|
|
}
|
|
|
|
.div_info_facturation {
|
|
float: left;
|
|
width: 50%;
|
|
border: 1px solid black;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.div_info_plan_actuel {
|
|
float: left;
|
|
width: 50%;
|
|
border: 1px solid black;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.div_info_pack {
|
|
width: 100%;
|
|
border: 1px solid black;
|
|
}
|
|
|
|
.texte_area {
|
|
width: 47% !important;
|
|
font-size: x-small !important;
|
|
font-family: "DM Sans", "sans-serif";
|
|
margin: 0rem !important;
|
|
margin-right: 0.4rem !important;
|
|
margin-top: 0.4rem !important;
|
|
background-color: "#ECEFF1";
|
|
background: "#ECEFF1";
|
|
color: black;
|
|
}
|
|
|
|
.texte_area_adress {
|
|
width: 94% !important;
|
|
font-size: x-small !important;
|
|
font-family: "DM Sans", "sans-serif";
|
|
margin-right: 0.4rem !important;
|
|
margin-top: 0.4rem !important;
|
|
background-color: "#ECEFF1";
|
|
background: "#ECEFF1";
|
|
color: black;
|
|
}
|
|
|
|
.titre1 {
|
|
font-family: "DM Sans", "sans-serif";
|
|
font-size: medium;
|
|
text-align: center;
|
|
margin-bottom: 0.8rem;
|
|
color: white;
|
|
cursor: pointer;
|
|
font-style: italic;
|
|
background-color: gray;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.div_row {
|
|
float: left;
|
|
//border:0px solid black;
|
|
border-width: 0.01rem;
|
|
width: 100%;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.div_row_gauche {
|
|
float: left;
|
|
//border:0px solid black;
|
|
border-width: 0.01rem;
|
|
width: 45%;
|
|
border-radius: 0px;
|
|
}
|
|
|
|
.div_row_droite {
|
|
border-left: 1rem solid;
|
|
float: right;
|
|
//border:0px solid black;
|
|
border-width: 0.01rem;
|
|
width: 55%;
|
|
padding-left: 2%;
|
|
border-radius: 0px;
|
|
}
|
|
|
|
.div_row22 {
|
|
text-align: center;
|
|
border-width: 0.01rem;
|
|
margin-bottom: 0.1rem;
|
|
margin-top: 0.3rem;
|
|
border-radius: 1rem;
|
|
font-size: small;
|
|
}
|
|
|
|
.btn_modif {
|
|
width: 10rem;
|
|
background-color: #212121 !important;
|
|
color: white;
|
|
}
|
|
|
|
.btn_enreg {
|
|
width: 10rem;
|
|
background-color: green !important;
|
|
color: white;
|
|
}
|
|
|
|
.accountsatatus {
|
|
font-size: small;
|
|
color: black;
|
|
font-style: italic;
|
|
background-color: #FFA07A;
|
|
margin-bottom: 0.5rem;
|
|
text-align: center;
|
|
}
|
|
|
|
.css-1ptx2yq-MuiInputBase-root-MuiInput-root{
|
|
font-size: small;
|
|
}
|
|
|
|
.list_produits_service{
|
|
font-size: small;
|
|
}
|
|
|
|
|
|
.btn_retour_ps {
|
|
background-color: rgb(228, 236, 228) !important;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width: 1200px) {
|
|
/*style grande tablettes & Pc portable */
|
|
|
|
.okUpdateData {
|
|
font-size: small;
|
|
color: green;
|
|
font-style: italic;
|
|
}
|
|
|
|
.koUpdateData {
|
|
font-size: small;
|
|
color: red;
|
|
font-style: italic;
|
|
}
|
|
|
|
.facture_menu {
|
|
width: 10rem;
|
|
text-align: left;
|
|
padding: 0;
|
|
border: 0px;
|
|
}
|
|
|
|
.facture_menu:hover:active,
|
|
.facture_menu:hover {
|
|
background-color: #e7f3fb;
|
|
}
|
|
.facture_menu:focus {
|
|
//border: 3px dotted green;
|
|
background-color: #e7f3fb;
|
|
}
|
|
|
|
.div_info_facturation {
|
|
float: left;
|
|
width: 50%;
|
|
border: 1px solid black;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.div_info_plan_actuel {
|
|
float: left;
|
|
width: 50%;
|
|
border: 1px solid black;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.div_info_pack {
|
|
width: 100%;
|
|
border: 1px solid black;
|
|
}
|
|
|
|
.texte_area {
|
|
width: 47% !important;
|
|
font-size: x-small !important;
|
|
font-family: "DM Sans", "sans-serif";
|
|
margin: 0rem !important;
|
|
margin-right: 0.4rem !important;
|
|
margin-top: 0.4rem !important;
|
|
background-color: "#ECEFF1";
|
|
background: "#ECEFF1";
|
|
color: black;
|
|
}
|
|
|
|
.texte_area_adress {
|
|
width: 94% !important;
|
|
font-size: x-small !important;
|
|
font-family: "DM Sans", "sans-serif";
|
|
margin-right: 0.4rem !important;
|
|
margin-top: 0.4rem !important;
|
|
background-color: "#ECEFF1";
|
|
background: "#ECEFF1";
|
|
color: black;
|
|
}
|
|
|
|
.titre1 {
|
|
font-family: "DM Sans", "sans-serif";
|
|
font-size: medium;
|
|
text-align: center;
|
|
margin-bottom: 0.8rem;
|
|
color: white;
|
|
cursor: pointer;
|
|
font-style: italic;
|
|
background-color: gray;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.div_row {
|
|
float: left;
|
|
//border:0px solid black;
|
|
border-width: 0.01rem;
|
|
width: 100%;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.div_row_gauche {
|
|
float: left;
|
|
//border:0px solid black;
|
|
border-width: 0.01rem;
|
|
width: 45%;
|
|
border-radius: 0px;
|
|
}
|
|
|
|
.div_row_droite {
|
|
border-left: 1rem solid;
|
|
float: right;
|
|
//border:0px solid black;
|
|
border-width: 0.01rem;
|
|
width: 55%;
|
|
padding-left: 2%;
|
|
border-radius: 0px;
|
|
}
|
|
|
|
.div_row22 {
|
|
text-align: center;
|
|
border-width: 0.01rem;
|
|
margin-bottom: 0.1rem;
|
|
margin-top: 0.3rem;
|
|
border-radius: 1rem;
|
|
font-size: small;
|
|
}
|
|
|
|
.btn_modif {
|
|
width: 10rem;
|
|
background-color: #212121 !important;
|
|
color: white;
|
|
}
|
|
|
|
.btn_enreg {
|
|
width: 10rem;
|
|
background-color: green !important;
|
|
color: white;
|
|
}
|
|
|
|
.div_row_central {
|
|
border: 0px;
|
|
border-width: 0.01rem;
|
|
|
|
margin-bottom: 3rem;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
text-align: center;
|
|
}
|
|
|
|
.accountsatatus {
|
|
font-size: small;
|
|
color: black;
|
|
font-style: italic;
|
|
background-color: #FFA07A;
|
|
margin-bottom: 0.5rem;
|
|
text-align: center;
|
|
}
|
|
|
|
.css-1ptx2yq-MuiInputBase-root-MuiInput-root{
|
|
font-size: small;
|
|
}
|
|
|
|
.list_produits_service{
|
|
font-size: small;
|
|
}
|
|
|
|
.btn_retour_ps {
|
|
background-color: rgb(228, 236, 228) !important;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
|
|
}
|
|
}
|