10/04/23 - 15h

recette2
cherif 2023-04-10 15:40:58 +02:00
parent 866aef1f2a
commit d6bdc50174
8 changed files with 1053 additions and 78 deletions

View File

@ -92,8 +92,6 @@ const AddClassManual = (props) => {
const value = event.target.value;
setmypresence(value);
setdatamodification("1");
}
const handleChangePublished = (event) => {

File diff suppressed because it is too large Load Diff

BIN
src/mysy_img/classer.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

BIN
src/mysy_img/plus.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
src/mysy_img/seminaire.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

View File

@ -25,7 +25,7 @@
float: left;
// border:1px solid black;
// border-width:0.01rem;
width: 50%;
width: 100%;
border-radius: 1rem;
text-align: left;
}
@ -34,7 +34,7 @@
float: right;
//border:1px solid black;
//border-width:0.01rem;
width: 50%;
width: 100%;
border-radius: 1rem;
text-align: right;
}
@ -92,6 +92,7 @@
font-size: small;
letter-spacing: 0.1rem;
font-weight: normal;
width: 100%;
}
.detail_class_submenu:hover:active,
@ -126,13 +127,13 @@
//background-color: #ECEFF1;
font-size: small !important;
color: black;
width: 90% !important;
width: 97% !important;
height: 2rem !important;
margin: 5px !important;
}
.training_caract {
width: 90%;
width: 100%;
padding: 5px;
float: left;
}
@ -146,7 +147,7 @@
}
.selectsession {
width: 90%;
width: 100%;
height: 2rem;
font-size: small;
}
@ -164,7 +165,7 @@
}
.session_caract {
width: 90%;
width: 100%;
padding: 5px;
float: left;
text-align: left;
@ -213,15 +214,40 @@
.preview_certif {
display: block;
width: 90%;
width: 100%;
height: 180px;
border-radius: 1rem !important;
margin-top: 1rem !important;
}
.hr_break {
border: 2px solid grey;
}
.icon_plus {
width: 6%;
}
.bton_add_session {
background: #c8cfd5;
color: black;
width: 100%;
}
.bton_import_excel {
background: #c8cfd5;
color: black;
width: 100%;
}
.div_row_gauche_etendu{
width: 100%;
}
.icon_excel {
width: 6%;
}
}
@media only screen and (min-width: 601px) and (max-width: 991px) {
@ -452,6 +478,30 @@
.hr_break {
border: 3px solid grey;
}
.icon_plus {
width: 6%;
}
.bton_add_session {
background: #c8cfd5;
color: black;
width: 45%;
}
.bton_import_excel {
background: #c8cfd5;
color: black;
width: 45%;
}
.div_row_gauche_etendu{
width: 80%;
}
.icon_excel {
width: 6%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
@ -679,9 +729,35 @@
transform: scale(2);
margin-left: 5rem;
}
.hr_break {
border: 3px solid grey;
}
.icon_plus {
width: 8%;
}
.bton_add_session {
background: #c8cfd5;
color: black;
width: 40%;
}
.bton_import_excel {
background: #c8cfd5;
color: black;
width: 50%;
}
.div_row_gauche_etendu{
width: 80%;
}
.icon_excel {
width: 6%;
}
}
@media only screen and (min-width: 1200px) {
@ -908,6 +984,34 @@
border: 5px solid grey;
}
.icon_plus {
width: 8%;
}
.bton_add_session {
background: #c8cfd5;
color: black;
width: 20% !important;
}
.bton_import_excel {
background: #c8cfd5;
color: black;
width: 30% !important;
}
.div_row_gauche_etendu{
width: 80%;
}
.icon_excel {
width: 6%;
}
}
.enable_style {
background-color: #FFFFFF;
}
// end media