Confirmation checkbox added when entity is edited.

This commit is contained in:
codevictory
2021-04-28 23:59:35 +03:00
parent 449bb999ff
commit 58d29f7425
3 changed files with 15 additions and 1 deletions

View File

@@ -10,3 +10,9 @@ form {
input {
margin-bottom: 10px;
}
.confirmed-input {
display: flex;
justify-content: center;
padding-bottom: 50px;
}