Checkbox et regles d'appel au moral

This commit is contained in:
LeFelis
2021-02-09 23:23:40 +01:00
parent 0c7a0e413d
commit 771622564a
9 changed files with 107 additions and 11 deletions

View File

@ -812,6 +812,22 @@ ul, li {
text-align: center;
}
.diffAppelAuMoral {
display: none !important;
}
.diffAppelAuMoral-checker{
display: inline-block;
background-image: url('../icons/moral-neutre.svg');
width: 20px;
height: 20px;
background-size: cover;
}
.diffAppelAuMoral:checked + .diffAppelAuMoral-checker {
background-image: url('../icons/moral-heureux.svg');
}
/* ======================================== */
/* Fatigue CSS */
.table-fatigue {
@ -1391,4 +1407,4 @@ display: inline-flex;
content : url(img/logo.png);
width: 80px;
height: 68px;
}
}