Commit 19ef116b26907af8a8de606c8d41edeef6101db3

Authored by Eugeny Galkovskiy
1 parent 169ba3e5

попап4

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
www/css/main.min.css
... ... @@ -941,7 +941,8 @@ h2.types_logo_543{color:#5b4a42;}
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 943 .open-delivery-modal div{text-align: center;}
944   -.open-delivery-modal div img{width:100%;max-width:360px;}
  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 946 @media( max-width: 880px ){
946 947 .delivery-form-par .popup-main-delivery{width:96%;left:2%;}
947 948 }
... ...