0.0.113
This commit is contained in:
@@ -608,9 +608,13 @@ body.n_scroll{
|
|||||||
width: 15px;
|
width: 15px;
|
||||||
height: 15px;
|
height: 15px;
|
||||||
outline: none;
|
outline: none;
|
||||||
margin: 6px 0;
|
|
||||||
transition: 500ms;
|
transition: 500ms;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.a_user_agreement{
|
||||||
|
color: #FB6952;
|
||||||
|
}
|
||||||
|
|
||||||
.check_box_form_feedback.error{
|
.check_box_form_feedback.error{
|
||||||
border: 1px solid #FF3F20;
|
border: 1px solid #FF3F20;
|
||||||
transition: 500ms;
|
transition: 500ms;
|
||||||
@@ -1345,6 +1349,7 @@ body.n_scroll{
|
|||||||
background: #FFF;
|
background: #FFF;
|
||||||
box-shadow: 1px 1px 11.3px 0 rgba(16, 33, 43, 0.12);
|
box-shadow: 1px 1px 11.3px 0 rgba(16, 33, 43, 0.12);
|
||||||
-webkit-box-sizing: border-box;
|
-webkit-box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.name_contact{
|
.name_contact{
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{% load static %}
|
{% load static %}
|
||||||
<input type="checkbox" onclick="deleteErrorsInput(this)" class="check_box_form_feedback{% if feedback_form.errors.agreement %} error{% endif %} el_form_feedback" id="id_agreement" name="agreement" {% if feedback_form.initial.agreement %}checked{% endif %} />
|
<input type="checkbox" onclick="deleteErrorsInput(this)" class="check_box_form_feedback{% if feedback_form.errors.agreement %} error{% endif %} el_form_feedback" id="id_agreement" name="agreement" {% if feedback_form.initial.agreement %}checked{% endif %} />
|
||||||
<label class="label_feedback_form_checkbox{% if feedback_form.errors.agreement %} error{% endif %} standart_txt" for="id_agreement">
|
<label class="label_feedback_form_checkbox{% if feedback_form.errors.agreement %} error{% endif %} standart_txt" for="id_agreement">
|
||||||
Принимаю <a href="">Пользовательское соглашение</a> и соглашаюсь с <a href="">Условиями обработки личных данных</a>
|
Принимаю <a href="" class="a_user_agreement">Пользовательское соглашение</a> и соглашаюсь с <a href="" class="a_user_agreement">Условиями обработки личных данных</a>
|
||||||
</label>
|
</label>
|
||||||
{% if feedback_form.errors.company %}<div class="error_input_html"></div>{% endif %}
|
{% if feedback_form.errors.company %}<div class="error_input_html"></div>{% endif %}
|
||||||
<div class="clear_both"></div>
|
<div class="clear_both"></div>
|
||||||
Reference in New Issue
Block a user