0.0.283 add success_msg for forms, clear forms

This commit is contained in:
2023-12-01 00:34:42 +03:00
parent fd1f4ff9b1
commit fde640e997
6 changed files with 75 additions and 42 deletions

View File

@@ -1888,11 +1888,26 @@ button#edit_route {
font-weight: 700;
background: #FFFFFF;
box-shadow: -1px 4px 10px 0px rgba(198, 199, 203, 0.20), 0px -1px 10px 0px rgba(198, 199, 203, 0.20);
z-index: 1;
position: absolute;
height: 100%;
width: 101%;
border-radius: 10px;
}
.msg_text {
margin-top: 100px;
}
.msg_send.hide{
display: none;
}
.form_wrapper{
position: relative;
}
button.confirm_remove{
width: 48.5%;