Add a warning in the attachements part of the form

This commit is contained in:
gregoirenovel 2018-08-31 00:10:16 +02:00
parent acfbba69c6
commit 66af573ca4
2 changed files with 12 additions and 0 deletions

View file

@ -38,4 +38,11 @@
flex-shrink: 0; // Display the button label on a single line
}
}
.warning {
margin-bottom: 20px;
background-color: #f9b91666;
padding: 20px;
border-radius: 4px;
}
}