[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:
parent
23bc67214a
commit
b42e410da0
5 changed files with 126 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue