fixes
This commit is contained in:
@@ -290,7 +290,7 @@ textarea {
|
||||
}
|
||||
|
||||
input[type="checkbox"] + label, input[type="radio"] + label {
|
||||
padding: em(12px) em(14px) em(12px) em(52px);
|
||||
padding: em(14px) em(14px) em(14px) em(52px);
|
||||
margin-bottom: em(10px);
|
||||
text-indent: 0;
|
||||
}
|
||||
|
||||
@@ -23,7 +23,8 @@
|
||||
left: 0;
|
||||
width: em(260px);
|
||||
height: em(200px);
|
||||
background: $light_gray;
|
||||
background: $white;
|
||||
border: 3px solid $light_gray;
|
||||
padding: em(50px) em(30px);
|
||||
text-align: center;
|
||||
line-height: em(100px);
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{% with field.field.widget.input_type as type %}
|
||||
<div class="form__field{% if label or type == 'checkbox' or type == 'radio' %} form__field--label{% endif %}">
|
||||
{% if label or type == 'checkbox' or type == 'radio' %}
|
||||
<label class="form__field__label" for="{{ field.id_for_label }}"><span>{{ field.label }}</span></label>
|
||||
<label class="form__field__label" for="{{ field.id_for_label }}"><span>{{ field.label }}:</span></label>
|
||||
{% endif %}
|
||||
|
||||
{% if type == 'checkbox' or type == 'radio' %}
|
||||
|
||||
Reference in New Issue
Block a user