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:
parent
a486fe9a2e
commit
0f542527fb
8 changed files with 74 additions and 61 deletions
|
@ -15,4 +15,10 @@
|
|||
background-color: $orange;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
&.procedure-synthese-badge {
|
||||
color: $white;
|
||||
background-color: #6C757D;
|
||||
margin-right: 3px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue