29/0523 - 20h
parent
e66c814f07
commit
e2bfd133df
|
@ -12,9 +12,9 @@
|
||||||
top: 0px;
|
top: 0px;
|
||||||
opacity: 80%;
|
opacity: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.spinner {
|
.spinner {
|
||||||
width:20rem;
|
width: 20rem;
|
||||||
height: 10rem;
|
height: 10rem;
|
||||||
border: 8px solid;
|
border: 8px solid;
|
||||||
border-color: #3d5af1 transparent #3d5af1 transparent;
|
border-color: #3d5af1 transparent #3d5af1 transparent;
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #00ffff;
|
color: #00ffff;
|
||||||
|
@ -511,6 +511,7 @@
|
||||||
color: white;
|
color: white;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icone_menu {
|
.icone_menu {
|
||||||
width: 1rem;
|
width: 1rem;
|
||||||
height: 1rem;
|
height: 1rem;
|
||||||
|
@ -1089,7 +1090,7 @@
|
||||||
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: left;
|
text-align: left;
|
||||||
|
@ -1453,6 +1454,7 @@
|
||||||
text-align: left;
|
text-align: left;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icone_menu {
|
.icone_menu {
|
||||||
width: 1rem;
|
width: 1rem;
|
||||||
height: 1rem;
|
height: 1rem;
|
||||||
|
@ -1648,7 +1650,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
//letter-spacing: 1px;
|
//letter-spacing: 1px;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.sousmenu:hover {
|
.sousmenu:hover {
|
||||||
|
@ -1940,6 +1942,7 @@
|
||||||
text-align: left;
|
text-align: left;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sousmenu_hebergement_lms:hover {
|
.sousmenu_hebergement_lms:hover {
|
||||||
color: white;
|
color: white;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
@ -1950,12 +1953,13 @@
|
||||||
height: 1.5rem;
|
height: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.hebergement_icone{
|
.hebergement_icone {
|
||||||
width: 10%;
|
width: 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
// end media
|
// end media
|
||||||
.css-1wgeduv-MuiFormControl-root-MuiTextField-root {
|
.css-1wgeduv-MuiFormControl-root-MuiTextField-root {
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
|
@ -1970,6 +1974,15 @@
|
||||||
padding-right: 2px;
|
padding-right: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.css-1xwivr4 {
|
||||||
|
height: 3rem;
|
||||||
|
border: 1.5px solid #e0e0e0;
|
||||||
|
border-radius: 5px;
|
||||||
|
margin-top: 15px;
|
||||||
|
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;
|
||||||
|
|
Loading…
Reference in New Issue