Instructeur : add overview table with counts for files
nombre total de dossier : - 'à suivre' - 'suivi' - 'traité' - 'dossier' - 'archivé'
This commit is contained in:
parent
22515ffbfe
commit
a486fe9a2e
7 changed files with 87 additions and 4 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue