This commit is contained in:
SBD
2023-12-09 22:01:03 +03:00
parent 730853a3de
commit 4d6abd08ba
6 changed files with 92 additions and 28 deletions

View File

@@ -480,6 +480,14 @@ body.n_scroll{
flex-direction: row-reverse;
}
.container_content_form_feedback.hide{
display: none;
}
.place_f_after_send.hide{
display: none;
}
.container_input{
margin-bottom: 25px;
}
@@ -495,10 +503,12 @@ body.n_scroll{
outline: none;
padding-bottom: 5px;
padding-left: 20px;
transition: 500ms;
}
.input_form_feedback.error{
border-bottom: 1px solid #FF3F20;
transition: 500ms;
}
.input_form_feedback::placeholder{
@@ -512,6 +522,7 @@ body.n_scroll{
display: block;
font-weight: 400;
font-size: 16px;
transition: 500ms;
}
.textarea_form_feedback{
@@ -524,10 +535,12 @@ body.n_scroll{
padding: 20px 0 20px 20px;
font-size: 16px;
font-family: -apple-system, 'Roboto', sans-serif;
transition: 500ms;
}
.textarea_form_feedback.error{
border: 1px solid #FF3F20;
transition: 500ms;
}
.description_form_feedback_txt{
@@ -559,6 +572,9 @@ body.n_scroll{
position: absolute;
bottom: 0;
}
.button_form_feedback.hide{
display: none;
}
.button_form_feedback:hover{
color: #ffffff;
@@ -581,9 +597,11 @@ body.n_scroll{
height: 15px;
outline: none;
margin: 6px 0;
transition: 500ms;
}
.check_box_form_feedback.error{
border: 1px solid #FF3F20;
transition: 500ms;
}
.label_feedback_form_checkbox{
@@ -592,9 +610,11 @@ body.n_scroll{
font-weight: 400;
width: 90%;
float: right;
transition: 500ms;
}
.label_feedback_form_checkbox.error{
color: #FF3F20;
transition: 500ms;
}
/* block plugin*/
@@ -1243,3 +1263,13 @@ body.n_scroll{
margin: 0;
list-style: none;
}
/* form feedback after send*/
.w_after_send{
width: 100%;
text-align: center;
height: 100%;
font-size: 36px;
margin: 26px 0;
}