Retrait des descriptions et corrections
Ajout de couleurs pour les organismes actifs et inactifs
This commit is contained in:
parent
9812294781
commit
0698a8fb73
2 changed files with 43 additions and 65 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue