dossier: add a notice when some attachments of the dossier were lost

On the 22/01/2020, a technical error on the demarches-simplifees.fr
instance made us delete some files attached to some dossiers.

This PR adds a warning when browsing a dossier containing attachments
that were deleted.
This commit is contained in:
Pierre de La Morinerie 2020-01-27 13:28:23 +00:00
parent 7c60b9dfa8
commit 7ba76c6658
7 changed files with 1061 additions and 12 deletions

View file

@ -46,6 +46,18 @@
}
}
ul {
list-style-type: disc;
list-style-position: inside;
padding-left: $default-padding;
}
ol {
list-style-type: decimal;
list-style-position: inside;
padding-left: $default-padding;
}
p:not(:last-of-type) {
margin-bottom: $default-spacer;
}