[Fix #1494] Display a warning when accepting a dossier if needed

Show the accompagnateur the unspecified demande
champs and attestations privées needed for the
attestation
This commit is contained in:
kemar 2018-04-06 13:09:37 +02:00 committed by gregoirenovel
parent 23bc67214a
commit b42e410da0
5 changed files with 126 additions and 0 deletions

View file

@ -27,4 +27,21 @@
font-size: 11px;
margin-bottom: $default-spacer * 2;
}
.warning {
background-color: $orange-bg;
padding: $default-spacer;
margin-bottom: $default-spacer * 2;
border-radius: 3px;
h4 {
margin-top: $default-spacer;
font-weight: bold;
}
ul {
list-style: disc;
padding-left: $default-spacer * 1.5;
}
}
}