Commit 6bde4c5d787e23f36d1949c0676321ff82cd5038

Authored by Alex Savenko
2 parents d16770fa 348556c8

Merge branch 'popup' of gitlab.artweb.com.ua:Alex/semena

Showing 2 changed files with 4 additions and 4 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">
248   - <div><img src="/images/popup_open.png"></div>
  248 + <div><img src="/images/popup_open.png"><div class="modal_close"></div></div>
249 249 </div>
250 250 <link rel="stylesheet" type="text/css" href="css/fontlato.css">
251 251 <div class="delivery-form-par">
... ...
www/css/main.min.css
... ... @@ -940,9 +940,9 @@ h2.types_logo_543{color:#5b4a42;}
940 940 .delivery-form-par .deliver-form{display:flex;justify-content:space-between;width:100%px;}
941 941 body{font-family:Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;}
942 942 .open-delivery-modal{cursor:pointer;position:fixed;font-size:24px;bottom:0;width:100%;}
943   -.open-delivery-modal div{text-align: center;}
944   -.open-delivery-modal div img{position:relative;width:100%;max-width:360px;}
945   -.open-delivery-modal div img:after{content:'';width:10px;height:10px;cursor:pointer;background-color:black;position:absolute;top:0px;right:0px;}
  943 +.open-delivery-modal div{width: 100%;max-width: 360px;text-align: center;margin: 0 auto;position:relative;}
  944 +.open-delivery-modal div img{width:100%;max-width:360px;}
  945 +.modal_close{position:absolute;top:0px;right:0px;width:15px;height:15px;background-color:black;border-radius:50%;}
946 946 @media( max-width: 880px ){
947 947 .delivery-form-par .popup-main-delivery{width:96%;left:2%;}
948 948 }
... ...