Instructeur : add overview table with counts for files

nombre total de dossier :
- 'à suivre'
- 'suivi'
- 'traité'
- 'dossier'
- 'archivé'
This commit is contained in:
Myriam 2020-06-25 15:19:54 +02:00 committed by Keirua (Rebase PR Action)
parent 22515ffbfe
commit a486fe9a2e
7 changed files with 87 additions and 4 deletions

View file

@ -3,6 +3,10 @@
@import "mixins";
.procedure-list {
&.synthese {
margin-top: 16px;
}
.procedure-item {
border-bottom: 1px solid $border-grey;
@ -51,7 +55,7 @@
width: 90px;
position: relative;
&:hover {
&:not(.procedure-synthese):hover {
background-color: rgba(0, 0, 0, 0.05);
}