Commit 9b6b24e39e8c08402959e89b866f779757200435
1 parent
d5faec2d
попап6
Showing
2 changed files
with
1 additions
and
1 deletions
Show diff stats
src/app/frontend/views/index.php
... | ... | @@ -245,7 +245,7 @@ $page_title = isset( $page_title ) && !empty( $page_title ) ? $page_title : ''; |
245 | 245 | </div> |
246 | 246 | |
247 | 247 | <div class="open-delivery-modal hidden_modal"> |
248 | - <div><img src="/images/popup_open.png"><span class="modal_close"></span></div> | |
248 | + <div><img src="/images/popup_full.png" class="popup_full"><img src="/images/popup_open.png" class="popup_mobile"><span class="modal_close"></span></div> | |
249 | 249 | </div> |
250 | 250 | <link rel="stylesheet" type="text/css" href="css/fontlato.css"> |
251 | 251 | <div class="delivery-form-par"> | ... | ... |
103 KB