Commit d16770fa062aa1db5e2fb71eeb50e5845b43228c

Authored by Alex Savenko
2 parents 61678af6 1ce97ba1

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

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
www/css/main.min.css
... ... @@ -942,7 +942,7 @@ 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 943 .open-delivery-modal div{text-align: center;}
944 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;}
  945 +.open-delivery-modal div img:after{content:'';width:10px;height:10px;cursor:pointer;background-color:black;position:absolute;top:0px;right:0px;}
946 946 @media( max-width: 880px ){
947 947 .delivery-form-par .popup-main-delivery{width:96%;left:2%;}
948 948 }
... ...