31/03/23 - 11h
parent
873d65f274
commit
eefea36bac
|
@ -26,7 +26,11 @@ import { IoCheckmarkCircleSharp } from "react-icons/io5";
|
||||||
import { FaHandPointRight } from "react-icons/fa";
|
import { FaHandPointRight } from "react-icons/fa";
|
||||||
import OrderConfirmation from "./OrderConfirmation";
|
import OrderConfirmation from "./OrderConfirmation";
|
||||||
import Pricing from "./Pricing";
|
import Pricing from "./Pricing";
|
||||||
|
import {FcHome, FcButtingIn, FcDepartment, FcBullish, FcAddDatabase, FcFolder,
|
||||||
|
FcList, FcGraduationCap, FcMultipleDevices, FcCurrencyExchange,
|
||||||
|
FcMoneyTransfer, FcFeedback, FcKey } from "react-icons/fc";
|
||||||
|
|
||||||
|
//import { FcHome} from "react-icons/fc";
|
||||||
|
|
||||||
const Partner = (props) => {
|
const Partner = (props) => {
|
||||||
const { commingmenu, commingpack } = useParams();
|
const { commingmenu, commingpack } = useParams();
|
||||||
|
@ -597,38 +601,38 @@ const Partner = (props) => {
|
||||||
<div className="nom_prenom"> {parntername && <b> {parntername} - {String(partnerPackService).toUpperCase()} ({parnternbformation})</b>}
|
<div className="nom_prenom"> {parntername && <b> {parntername} - {String(partnerPackService).toUpperCase()} ({parnternbformation})</b>}
|
||||||
{!parntername && <b> Partenaire </b>} </div>
|
{!parntername && <b> Partenaire </b>} </div>
|
||||||
<hr className="my_hr" />
|
<hr className="my_hr" />
|
||||||
{String(menu) !== "infopartner" && <div className="sousmenu" onClick={PersonnalData} > INFORMATIONS PERSONNELLES</div>}
|
{String(menu) !== "infopartner" && <div className="sousmenu" onClick={PersonnalData}> <FcHome className="icone_menu"/> DONNEES PERSONNELLES</div>}
|
||||||
{String(menu) === "infopartner" && <div className="sousmenu_selected" onClick={PersonnalData} > INFORMATIONS PERSONNELLES</div>}
|
{String(menu) === "infopartner" && <div className="sousmenu_selected" onClick={PersonnalData} > <FcHome className="icone_menu"/> DONNEES PERSONNELLES</div>}
|
||||||
<hr className="my_hr" />
|
<hr className="my_hr" />
|
||||||
|
|
||||||
{String(menu) !== "creation" && <div className="sousmenu" onClick={CreateTraining}> CREER FORMATION</div>}
|
{String(menu) !== "creation" && <div className="sousmenu" onClick={CreateTraining}> <FcAddDatabase className="icone_menu"/> CREER FORMATION</div>}
|
||||||
{String(menu) === "creation" && <div className="sousmenu_selected" onClick={CreateTraining}> CREER FORMATION</div>}
|
{String(menu) === "creation" && <div className="sousmenu_selected" onClick={CreateTraining}> <FcAddDatabase className="icone_menu"/> CREER FORMATION</div>}
|
||||||
<hr className="my_hr" />
|
<hr className="my_hr" />
|
||||||
|
|
||||||
{String(menu) !== "affichage" && <div className="sousmenu" onClick={DiplaytrainingList} > MES FORMATIONS</div>}
|
{String(menu) !== "affichage" && <div className="sousmenu" onClick={DiplaytrainingList} > <FcList className="icone_menu"/> MES FORMATIONS</div>}
|
||||||
{String(menu) === "affichage" && <div className="sousmenu_selected" onClick={DiplaytrainingList} > MES FORMATIONS</div>}
|
{String(menu) === "affichage" && <div className="sousmenu_selected" onClick={DiplaytrainingList} ><FcList className="icone_menu"/> MES FORMATIONS</div>}
|
||||||
<hr className="my_hr" />
|
<hr className="my_hr" />
|
||||||
|
|
||||||
{String(menu) !== "abonnement" && <div className="sousmenu" onClick={Abonnement_func} > ABONNEMENT </div>}
|
{String(menu) !== "abonnement" && <div className="sousmenu" onClick={Abonnement_func} > <FcKey className="icone_menu"/> ABONNEMENT </div>}
|
||||||
{String(menu) === "abonnement" && <div className="sousmenu_selected" onClick={Abonnement_func} > ABONNEMENT </div>}
|
{String(menu) === "abonnement" && <div className="sousmenu_selected" onClick={Abonnement_func} > <FcKey className="icone_menu"/> ABONNEMENT </div>}
|
||||||
<hr className="my_hr" />
|
<hr className="my_hr" />
|
||||||
|
|
||||||
|
|
||||||
{String(menu) !== "pricing" && <div className="sousmenu" onClick={pricing_func} > MES PRIX </div>}
|
{String(menu) !== "pricing" && <div className="sousmenu" onClick={pricing_func} ><FcCurrencyExchange className="icone_menu"/> MES PRIX </div>}
|
||||||
{String(menu) === "pricing" && <div className="sousmenu_selected" onClick={pricing_func} > MES PRIX </div>}
|
{String(menu) === "pricing" && <div className="sousmenu_selected" onClick={pricing_func} > <FcCurrencyExchange className="icone_menu"/>MES PRIX </div>}
|
||||||
<hr className="my_hr" />
|
<hr className="my_hr" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{String(menu) !== "facture" && <div className="sousmenu" onClick={DisplayFacure} > FACTURATION</div>}
|
{String(menu) !== "facture" && <div className="sousmenu" onClick={DisplayFacure} ><FcFeedback className="icone_menu"/> FACTURATION</div>}
|
||||||
{String(menu) === "facture" && <div className="sousmenu_selected" onClick={DisplayFacure} > FACTURATION</div>}
|
{String(menu) === "facture" && <div className="sousmenu_selected" onClick={DisplayFacure} > <FcFeedback className="icone_menu"/>FACTURATION</div>}
|
||||||
<hr className="my_hr" />
|
<hr className="my_hr" />
|
||||||
|
|
||||||
{String(menu) !== "statistique" && <div className="sousmenu" onClick={DisplayStat}> STATISTIQUES</div>}
|
{String(menu) !== "statistique" && <div className="sousmenu" onClick={DisplayStat}> <FcBullish className="icone_menu"/> STATISTIQUES</div>}
|
||||||
{String(menu) === "statistique" && <div className="sousmenu_selected" onClick={DisplayStat}> STATISTIQUES</div>}
|
{String(menu) === "statistique" && <div className="sousmenu_selected" onClick={DisplayStat}> <FcBullish className="icone_menu"/> STATISTIQUES</div>}
|
||||||
<hr className="my_hr" />
|
<hr className="my_hr" />
|
||||||
|
|
||||||
{String(has_partner_lms_url) === "1" && <div className="sousmenu" onClick={(e) => {
|
{String(has_partner_lms_url) === "1" && <div className="sousmenu_hebergement_lms" onClick={(e) => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
window.open(
|
window.open(
|
||||||
partner_lms_url,
|
partner_lms_url,
|
||||||
|
@ -636,7 +640,7 @@ const Partner = (props) => {
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
}}> Mon espace hebergement </div>}
|
}}> MON HEBERGEMENT </div>}
|
||||||
|
|
||||||
<hr className="my_hr" />
|
<hr className="my_hr" />
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
color: #00ffff;
|
color: #00ffff;
|
||||||
border: #0c0101;
|
border: #0c0101;
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
//border:1px solid black;
|
//border:1px solid black;
|
||||||
/* Style as you please, it will become the visible UI component. */
|
/* Style as you please, it will become the visible UI component. */
|
||||||
}
|
}
|
||||||
|
@ -67,7 +67,7 @@
|
||||||
.sousmenu {
|
.sousmenu {
|
||||||
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
text-align: center;
|
text-align: left;
|
||||||
margin-bottom: 0.8rem;
|
margin-bottom: 0.8rem;
|
||||||
color: #0c0101;
|
color: #0c0101;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -76,13 +76,12 @@
|
||||||
.sousmenu_selected {
|
.sousmenu_selected {
|
||||||
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
text-align: center;
|
text-align: left;
|
||||||
margin-bottom: 0.8rem;
|
margin-bottom: 0.8rem;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
font-weight: bold;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nom_prenom {
|
.nom_prenom {
|
||||||
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
|
@ -97,6 +96,7 @@
|
||||||
color: red;
|
color: red;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
.okUpdateData {
|
.okUpdateData {
|
||||||
font-size: small;
|
font-size: small;
|
||||||
color: green;
|
color: green;
|
||||||
|
@ -128,6 +128,7 @@
|
||||||
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
}
|
}
|
||||||
|
|
||||||
.containerBox {
|
.containerBox {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -135,7 +136,8 @@
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: xx-large; /*or whatever you want*/
|
font-size: xx-large;
|
||||||
|
/*or whatever you want*/
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -146,6 +148,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-box:before {
|
.text-box:before {
|
||||||
content: "";
|
content: "";
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -354,6 +357,7 @@
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.accountsatatus {
|
.accountsatatus {
|
||||||
font-size: small;
|
font-size: small;
|
||||||
color: black;
|
color: black;
|
||||||
|
@ -471,6 +475,19 @@
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sousmenu_hebergement_lms {
|
||||||
|
background: rebeccapurple;
|
||||||
|
border-radius: 0.5rem;
|
||||||
|
height: 3rem !important;
|
||||||
|
padding: 0.5rem;
|
||||||
|
text-align: left;
|
||||||
|
color: white;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
.icone_menu {
|
||||||
|
width: 1rem;
|
||||||
|
height: 1rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 601px) and (max-width: 991px) {
|
@media only screen and (min-width: 601px) and (max-width: 991px) {
|
||||||
|
@ -481,6 +498,7 @@
|
||||||
color: red;
|
color: red;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
.okUpdateData {
|
.okUpdateData {
|
||||||
font-size: small;
|
font-size: small;
|
||||||
color: green;
|
color: green;
|
||||||
|
@ -515,7 +533,7 @@
|
||||||
.sousmenu {
|
.sousmenu {
|
||||||
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
text-align: center;
|
text-align: left;
|
||||||
margin-bottom: 0.8rem;
|
margin-bottom: 0.8rem;
|
||||||
color: #c0c0c0;
|
color: #c0c0c0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -524,11 +542,10 @@
|
||||||
.sousmenu_selected {
|
.sousmenu_selected {
|
||||||
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
text-align: center;
|
text-align: left;
|
||||||
margin-bottom: 0.8rem;
|
margin-bottom: 0.8rem;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-weight: bold;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.sousmenu:hover {
|
.sousmenu:hover {
|
||||||
|
@ -781,6 +798,7 @@
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.my_hr {
|
.my_hr {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
@ -862,6 +880,7 @@
|
||||||
font-size: small;
|
font-size: small;
|
||||||
width: 10rem;
|
width: 10rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.firstConnexion_bton:hover {
|
.firstConnexion_bton:hover {
|
||||||
background: #81bc3a !important;
|
background: #81bc3a !important;
|
||||||
}
|
}
|
||||||
|
@ -906,6 +925,20 @@
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sousmenu_hebergement_lms {
|
||||||
|
background: rebeccapurple;
|
||||||
|
border-radius: 0.5rem;
|
||||||
|
height: 3rem !important;
|
||||||
|
padding: 0.5rem;
|
||||||
|
text-align: left;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.icone_menu {
|
||||||
|
width: 1rem;
|
||||||
|
height: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 992px) and (max-width: 1199px) {
|
@media only screen and (min-width: 992px) and (max-width: 1199px) {
|
||||||
|
@ -913,15 +946,15 @@
|
||||||
float: right;
|
float: right;
|
||||||
//border: 1px solid black;
|
//border: 1px solid black;
|
||||||
border-width: 0.01rem;
|
border-width: 0.01rem;
|
||||||
width: 81%;
|
width: 80%;
|
||||||
height: auto;
|
height: auto;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 10px;
|
padding: 2px;
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
color: rgb(10, 42, 77);
|
color: rgb(10, 42, 77);
|
||||||
background-color: white;
|
background-color: white;
|
||||||
margin-right: 5px;
|
margin-right: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sousmenu_btn {
|
.sousmenu_btn {
|
||||||
|
@ -936,18 +969,17 @@
|
||||||
.sousmenu_selected {
|
.sousmenu_selected {
|
||||||
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
text-align: center;
|
text-align: left;
|
||||||
margin-bottom: 0.8rem;
|
margin-bottom: 0.8rem;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
font-weight: bold;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.sousmenu {
|
.sousmenu {
|
||||||
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
text-align: center;
|
text-align: left;
|
||||||
margin-bottom: 0.8rem;
|
margin-bottom: 0.8rem;
|
||||||
color: #c0c0c0;
|
color: #c0c0c0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -992,6 +1024,7 @@
|
||||||
color: red;
|
color: red;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
.okUpdateData {
|
.okUpdateData {
|
||||||
font-size: small;
|
font-size: small;
|
||||||
color: green;
|
color: green;
|
||||||
|
@ -1002,15 +1035,15 @@
|
||||||
float: left;
|
float: left;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
border-width: 0.01rem;
|
border-width: 0.01rem;
|
||||||
width: 17%;
|
width: 19%;
|
||||||
height: auto;
|
height: auto;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 5px;
|
padding: 2px;
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
background-color: #104277;
|
background-color: #104277;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
color: white;
|
color: white;
|
||||||
margin-left: 5px;
|
margin-left: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.account_img {
|
.account_img {
|
||||||
|
@ -1029,10 +1062,10 @@
|
||||||
font-size: 1rem !important;
|
font-size: 1rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sousmenu {
|
.sousmenu {
|
||||||
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
text-align: center;
|
text-align: left;
|
||||||
margin-bottom: 0.8rem;
|
margin-bottom: 0.8rem;
|
||||||
color: #c0c0c0;
|
color: #c0c0c0;
|
||||||
}
|
}
|
||||||
|
@ -1040,13 +1073,13 @@
|
||||||
.sousmenu_selected {
|
.sousmenu_selected {
|
||||||
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
text-align: center;
|
text-align: left;
|
||||||
margin-bottom: 0.8rem;
|
margin-bottom: 0.8rem;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
letter-spacing: 1px;
|
//letter-spacing: 1px;
|
||||||
font-weight: bold;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.sousmenu:hover {
|
.sousmenu:hover {
|
||||||
color: white;
|
color: white;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -1061,7 +1094,8 @@
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: xx-large; /*or whatever you want*/
|
font-size: xx-large;
|
||||||
|
/*or whatever you want*/
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1072,6 +1106,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-box:before {
|
.text-box:before {
|
||||||
content: "";
|
content: "";
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -1256,6 +1291,7 @@
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.my_hr {
|
.my_hr {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
@ -1381,7 +1417,20 @@
|
||||||
letter-spacing: 0.1rem;
|
letter-spacing: 0.1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sousmenu_hebergement_lms {
|
||||||
|
background: rebeccapurple;
|
||||||
|
border-radius: 0.5rem;
|
||||||
|
height: 3rem !important;
|
||||||
|
padding: 0.5rem;
|
||||||
|
text-align: left;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
.icone_menu {
|
||||||
|
width: 1rem;
|
||||||
|
height: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1200px) {
|
@media only screen and (min-width: 1200px) {
|
||||||
|
@ -1389,15 +1438,15 @@
|
||||||
float: right;
|
float: right;
|
||||||
//border: 1px solid black;
|
//border: 1px solid black;
|
||||||
border-width: 0.01rem;
|
border-width: 0.01rem;
|
||||||
width: 84%;
|
width: 83%;
|
||||||
height: auto;
|
height: auto;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 5px;
|
padding: 2px;
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
color: rgb(10, 42, 77);
|
color: rgb(10, 42, 77);
|
||||||
background-color: white;
|
background-color: white;
|
||||||
margin-right: 5px;
|
margin-right: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.img_user {
|
.img_user {
|
||||||
|
@ -1431,12 +1480,12 @@
|
||||||
float: left;
|
float: left;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
border-width: 0.01rem;
|
border-width: 0.01rem;
|
||||||
width: 14%;
|
width: 16%;
|
||||||
height: auto;
|
height: auto;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 10px;
|
padding: 5px;
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
margin-right: 0.5%;
|
margin-right: 5px;
|
||||||
background-color: #104277;
|
background-color: #104277;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
color: white;
|
color: white;
|
||||||
|
@ -1448,6 +1497,7 @@
|
||||||
color: red;
|
color: red;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
.okUpdateData {
|
.okUpdateData {
|
||||||
font-size: small;
|
font-size: small;
|
||||||
color: green;
|
color: green;
|
||||||
|
@ -1469,7 +1519,8 @@
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: xx-large; /*or whatever you want*/
|
font-size: xx-large;
|
||||||
|
/*or whatever you want*/
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1480,6 +1531,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-box:before {
|
.text-box:before {
|
||||||
content: "";
|
content: "";
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -1553,7 +1605,7 @@
|
||||||
.sousmenu {
|
.sousmenu {
|
||||||
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
text-align: center;
|
text-align: left;
|
||||||
margin-bottom: 0.8rem;
|
margin-bottom: 0.8rem;
|
||||||
color: #c0c0c0;
|
color: #c0c0c0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -1562,19 +1614,19 @@
|
||||||
.sousmenu_selected {
|
.sousmenu_selected {
|
||||||
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
text-align: center;
|
text-align: left;
|
||||||
margin-bottom: 0.8rem;
|
margin-bottom: 0.8rem;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
letter-spacing: 1px;
|
font-weight: 600;
|
||||||
font-weight: bold;
|
//letter-spacing: 1px;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.sousmenu:hover {
|
.sousmenu:hover {
|
||||||
color: white;
|
color: white;
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
padding-left: 0;
|
|
||||||
text-transform: uppercase;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.div_row2 {
|
.div_row2 {
|
||||||
|
@ -1818,7 +1870,7 @@
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.css-1ptx2yq-MuiInputBase-root-MuiInput-root{
|
.css-1ptx2yq-MuiInputBase-root-MuiInput-root {
|
||||||
height: 3rem;
|
height: 3rem;
|
||||||
border: 1.5px solid #e0e0e0;
|
border: 1.5px solid #e0e0e0;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
@ -1826,7 +1878,7 @@
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.css-1x51dt5-MuiInputBase-input-MuiInput-input{
|
.css-1x51dt5-MuiInputBase-input-MuiInput-input {
|
||||||
background-color: rgb(236, 239, 241);
|
background-color: rgb(236, 239, 241);
|
||||||
height: 2.2rem;
|
height: 2.2rem;
|
||||||
padding-top: 0px;
|
padding-top: 0px;
|
||||||
|
@ -1852,6 +1904,20 @@
|
||||||
letter-spacing: 0.1rem;
|
letter-spacing: 0.1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sousmenu_hebergement_lms {
|
||||||
|
background: rebeccapurple;
|
||||||
|
border-radius: 0.5rem;
|
||||||
|
height: 3rem !important;
|
||||||
|
padding: 0.5rem;
|
||||||
|
text-align: left;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.icone_menu {
|
||||||
|
width: 2rem;
|
||||||
|
height: 1.5rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -1860,7 +1926,8 @@
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.css-1ptx2yq-MuiInputBase-root-MuiInput-root, .css-1vv4lmi{
|
.css-1ptx2yq-MuiInputBase-root-MuiInput-root,
|
||||||
|
.css-1vv4lmi {
|
||||||
height: 3rem;
|
height: 3rem;
|
||||||
border: 1.5px solid #e0e0e0;
|
border: 1.5px solid #e0e0e0;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
@ -1868,7 +1935,7 @@
|
||||||
padding-right: 2px;
|
padding-right: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.css-1x51dt5-MuiInputBase-input-MuiInput-input{
|
.css-1x51dt5-MuiInputBase-input-MuiInput-input {
|
||||||
background-color: rgb(236, 239, 241);
|
background-color: rgb(236, 239, 241);
|
||||||
height: 2.3rem;
|
height: 2.3rem;
|
||||||
padding-top: 0px;
|
padding-top: 0px;
|
||||||
|
@ -1878,12 +1945,13 @@
|
||||||
border-top-right-radius: 5px;
|
border-top-right-radius: 5px;
|
||||||
border-bottom-right-radius: 5px;
|
border-bottom-right-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mce-content-body{
|
.mce-content-body {
|
||||||
line-height: 1.2rem !important;
|
line-height: 1.2rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.css-9ddj71-MuiInputBase-root-MuiOutlinedInput-root{
|
.css-9ddj71-MuiInputBase-root-MuiOutlinedInput-root {
|
||||||
height: 3rem !important;
|
height: 3rem !important;
|
||||||
}
|
}
|
Loading…
Reference in New Issue