Retrait des descriptions et corrections

Ajout de couleurs pour les organismes actifs et inactifs
This commit is contained in:
Alexel 2023-10-26 15:13:09 -04:00
parent 9812294781
commit 0698a8fb73
2 changed files with 43 additions and 65 deletions

View file

@ -20,6 +20,14 @@ td {
background-color: #F4F4F4;
}
.organismeActif {
background-color: rgb(200, 255, 200);
}
.organismeInactif {
background-color: rgb(255, 200, 200);
}
.vieEtudianteWrapper {
display: flex;
flex-flow: column;