[Fix #1102] Add more information to the avis confidentiality warning
This commit is contained in:
parent
51bf2ef374
commit
6191640262
4 changed files with 24 additions and 5 deletions
|
@ -59,6 +59,18 @@
|
|||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
.lock {
|
||||
margin-right: $default-spacer;
|
||||
}
|
||||
|
||||
.confidentiel-explanation {
|
||||
display: none;
|
||||
font-size: 14px;
|
||||
color: $grey;
|
||||
margin-top: -$default-padding;
|
||||
margin-bottom: 2 * $default-padding;
|
||||
}
|
||||
}
|
||||
|
||||
.list-avis {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue