templates/Slivki/popups/deep_links_popup.html.twig line 1

Open in your IDE?
  1. <div id="deepLinksPopup" style="display: none">
  2.     <div class="w-100 position-absolute border-0 p-0  d-flex flex-column bottom-0">
  3.         <div class="w-100" style="background: #ffffff;border-radius: 30px 30px 0px 0px; box-shadow: 0 0.5rem 6rem rgba(0,0,0,0.35)!important;height: 11rem;">
  4.             <div class="d-flex justify-content-center mt-4 w-100">
  5.                 <img alt="" class="" src="/images/modal/arrowDownViolet.svg">
  6.             </div>
  7.             <div class="position-absolute w-100 mt-3">
  8.                 <a id="deepLinks" class="w-85rem my-2 btn btn-cross-authorization bg-violet text-white text-uppercase rounded-14 text-white text-center border-none sf-bold-font text-uppercase">
  9.                     Открыть в приложении
  10.                 </a>
  11.                 <div class="w-100 text-center py-2">
  12.                     <a id="deepLinksClose" class="sf-display-font text-center text-white mt-3 sf-font text-gray">Остаться на сайте</a>
  13.                 </div>
  14.             </div>
  15.         </div>
  16.     </div>
  17. </div>