fix 19.11
This commit is contained in:
@@ -299,6 +299,7 @@
|
||||
<p class="modal-map-control-item__price">Бесплатно</p>
|
||||
</div>
|
||||
</div>
|
||||
<input type="radio" name="delivery" id="paragraph" class="modal-map-control-item__input" checked>
|
||||
</button>
|
||||
|
||||
<button class="modal-map-control__item ">
|
||||
@@ -314,6 +315,7 @@
|
||||
<p class="modal-map-control-item__price">От 159 рублей</p>
|
||||
</div>
|
||||
</div>
|
||||
<input type="radio" name="delivery" id="courier" class="modal-map-control-item__input">
|
||||
</button>
|
||||
</div>
|
||||
|
||||
@@ -322,7 +324,7 @@
|
||||
<div class="order-contacts-deliver__item">
|
||||
<div class="modal-form-content-line__element modal-form-content-line__element--arrow">
|
||||
<label for="firstname" class="label-name">Пункт выдачи</label>
|
||||
<input id="firstname" class="form__input form__input--grey form-open mandatory " type="text" name="name" placeholder="Выберите пункт выдачи" required="" data-form="form-point">
|
||||
<input id="firstname" class="form__input form__input--grey form-open mandatory input-read" type="text" name="name" placeholder="Выберите пункт выдачи" required="" data-form="form-point" autocomplete="none">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -330,7 +332,7 @@
|
||||
<div class="order-contacts-deliver__item">
|
||||
<div class="modal-form-content-line__element modal-form-content-line__element--arrow">
|
||||
<label for="firstname" class="label-name">Адрес доставки</label>
|
||||
<input id="firstname" class="form__input form__input--grey form-open mandatory" type="text" name="name" placeholder="Выберите адрес доставки" data-form="form-address">
|
||||
<input id="firstname" class="form__input form__input--grey form-open mandatory input-read" type="text" name="name" placeholder="Выберите адрес доставки" data-form="form-address" autocomplete="none">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user