Add a warning in the attachements part of the form
This commit is contained in:
parent
acfbba69c6
commit
66af573ca4
2 changed files with 12 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue