0.0.295 fix disabled buttons in different forms

This commit is contained in:
2023-12-01 21:34:57 +03:00
parent 9ed06e741e
commit 1720e156d2
4 changed files with 32 additions and 16 deletions

View File

@@ -1908,14 +1908,26 @@ button#edit_route {
.msg_sub_text{
font-size: 16px;
margin-top: 15px;
font-weight: 500;
cursor: pointer;
background: #FF613A;
color: #FFF;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
line-height: 34px;
width: 100px;
border-radius: 10px;
text-align: center;
margin: 20px auto;
}
.close_msg_block{
cursor: pointer;
}
#error_com_offer, #error_feedback{
color: #ff0000;
font-size: 14px;
margin-left: 10px;
margin-left: 5px;
}
.msg_text {