instructeur: show deleted dossiers for a procedure
This commit is contained in:
parent
bce2f92d2c
commit
b4b92accf1
8 changed files with 116 additions and 0 deletions
|
@ -17,21 +17,41 @@
|
|||
border: 1px solid $blue;
|
||||
}
|
||||
|
||||
&.en-instruction {
|
||||
@extend .instruction;
|
||||
}
|
||||
|
||||
&.construction {
|
||||
background-color: #FFFFFF;
|
||||
color: $black;
|
||||
border: 1px solid $black;
|
||||
}
|
||||
|
||||
&.en-construction {
|
||||
@extend .construction;
|
||||
}
|
||||
|
||||
&.accepted {
|
||||
background-color: $green;
|
||||
}
|
||||
|
||||
&.accepte {
|
||||
@extend .accepted;
|
||||
}
|
||||
|
||||
&.refused {
|
||||
background-color: $dark-red;
|
||||
}
|
||||
|
||||
&.refuse {
|
||||
@extend .refused;
|
||||
}
|
||||
|
||||
&.without-continuation {
|
||||
background-color: $black;
|
||||
}
|
||||
|
||||
&.sans-suite {
|
||||
@extend .without-continuation;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue