0.0.135 add contacts page

This commit is contained in:
2023-09-14 13:08:14 +03:00
parent 11506903cc
commit 2dbbc7dcaf
4 changed files with 103 additions and 5 deletions

View File

@@ -1853,7 +1853,7 @@ button#more_button{
}
.feedback_form{
margin-top: 120px;
margin-top: 60px;
padding: 0px 40px 0px 40px;
}
@@ -1877,10 +1877,12 @@ button#more_button{
}
.counter-box>textarea{
border-radius: 10px;
border-radius: 10px;
border: 1px solid #FF613A;
width: 400px;
height: 140px;
width: 405px;
height: 130px;
min-width: 65px;
padding: 10px 0px 0px 10px;
}
.counter-text{
position: absolute;
@@ -1889,6 +1891,21 @@ button#more_button{
color: #7E7E7E;
}
.button_feedback_form{
text-align: center;
}
button#send_feedback_form{
border-radius: 10px;
background: #FF613A;
height: 60px;
color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 26px;
width: 100%;
margin-top: 13px;
}
/*end_static_pages*/