Instructeur : add overview table with counts for files

- changement du design
- tableau visible seulement si plus d'une procédure
This commit is contained in:
Myriam 2020-06-26 15:22:40 +02:00 committed by Keirua (Rebase PR Action)
parent a486fe9a2e
commit 0f542527fb
8 changed files with 74 additions and 61 deletions

View file

@ -15,4 +15,10 @@
background-color: $orange;
color: #FFFFFF;
}
&.procedure-synthese-badge {
color: $white;
background-color: #6C757D;
margin-right: 3px;
}
}

View file

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