templates/Slivki/offers/complaint.html.twig line 1

Open in your IDE?
  1. <div id="complaintModal" class="modal fade new-popup js-offer-feedback-form">
  2.     <div class="modal-dialog">
  3.         <div class="modal-content pb-0" style="max-width: 500px;padding: 37px;">
  4.             <button class="close" data-dismiss="modal"></button>
  5.             <div class="font-size-1250 sf-bold-font mb-3 text-center">Жалоба на акцию</div>
  6.             <div class="delivery-teaser-row mb-3">
  7.                 <p class="text-center mb-3">Модератор рассмотрит вашу жалобу и при необходимости внесет изменения.
  8.                     Пожалуйста, как можно подробнее объясните причину.</p>
  9.                 <div class="delivery-teaser-row">
  10.                     <div class="w-100 px-2 border border-radius-0375 text-left">
  11.                         <textarea name="deliveryFeedback" class="form-control p-0 border-none"
  12.                                   placeholder="Ваше сообщение "
  13.                                   style="max-width: none !important;box-shadow: none !important;height: 200px; resize: none;"></textarea>
  14.                     </div>
  15.                     <div style="min-height: 240px;align-content: center;margin: 16px auto;">
  16.                         <div id="captcha"></div>
  17.                     </div>
  18.                     <input id="captcha_verify" type="hidden"/>
  19.                     <div class="w-100">
  20.                         <label class="questions-validate d-none sf-display-font font-size-0750 color-red font-size-0750 text-red pt-2 pl-2"></label>
  21.                         <button class="d-none"></button>
  22.                         <button class="button mt-3 text-uppercase" type="button" id="offerFeedbackSubmit"
  23.                                 style="width: 325px !important;">Отправить
  24.                         </button>
  25.                     </div>
  26.                 </div>
  27.             </div>
  28.         </div>
  29.     </div>
  30. </div>